2026-03-30 09:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 09:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 09:00:04 [vpauto.fr] INFO: Starting spider vpauto.fr
2026-03-30 09:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 09:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 09:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 09:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 09:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 3cf3b9932d6f8d13
2026-03-30 09:00:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 09:00:04 [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/vpauto.fr/task_20_2026-03-30T09_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 09:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 09:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 09:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 09:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 09:00:04 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 09:00:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 09:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 09:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
2026-03-30 09:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 09:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 09:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-30 09:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-30 09:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 09:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 09:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-30 09:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-30 09:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 09:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 09:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-30 09:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 09:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 09:00:10 [vpauto.fr] INFO: Requesting listing page 1: https://vpauto.eu/vehicle/list?page=1
2026-03-30 09:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): publicsuffix.org:443
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://publicsuffix.org:443 "GET /list/public_suffix_list.dat HTTP/1.1" 200 87421
2026-03-30 09:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=1> (referer: None) ['zyte-api']
2026-03-30 09:00:12 [vpauto.fr] INFO: Found 96 ads on page 1
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: b6834718f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b6834718f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for b6834718f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 83adcd7af8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783adcd7af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 83adcd7af8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 366c7632f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27366c7632f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 366c7632f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: d7c1b827f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d7c1b827f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for d7c1b827f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 740848e4f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27740848e4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 740848e4f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: e133136df8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e133136df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for e133136df8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 5103e57ff8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275103e57ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 5103e57ff8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: b610acaef8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b610acaef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for b610acaef8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 533e33c6f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27533e33c6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 533e33c6f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: e43234a9f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e43234a9f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for e43234a9f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: a1c4f78ef8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a1c4f78ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for a1c4f78ef8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 44ea65e4f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2744ea65e4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 44ea65e4f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 45806c8ef8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2745806c8ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 45806c8ef8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: e33b1ad6f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e33b1ad6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for e33b1ad6f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 38f2bb17f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738f2bb17f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 38f2bb17f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: a42c9698f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a42c9698f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for a42c9698f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: c0008badf8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0008badf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for c0008badf8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: d017892df8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d017892df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for d017892df8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: c65601c6f8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c65601c6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for c65601c6f8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 35daf9bbf8
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2735daf9bbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:12 [vpauto.fr] INFO: Scrape type for 35daf9bbf8: 0
2026-03-30 09:00:12 [vpauto.fr] INFO: Found listing with ID: 1442e66af8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271442e66af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 1442e66af8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: fde7b307f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fde7b307f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for fde7b307f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 61f37f06f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761f37f06f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 61f37f06f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 2a6e4e8af8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272a6e4e8af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 2a6e4e8af8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 4d9d5fcef8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274d9d5fcef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 4d9d5fcef8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: b93c34a6f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b93c34a6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for b93c34a6f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 7d83b0a8f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d83b0a8f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 7d83b0a8f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: ce7890e5f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ce7890e5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for ce7890e5f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 4d9b5d7af8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274d9b5d7af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 4d9b5d7af8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 8a31ae7af8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a31ae7af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 8a31ae7af8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 83721a1ef8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783721a1ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 83721a1ef8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: fbf36f92f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fbf36f92f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for fbf36f92f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 1236dddaf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271236dddaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 1236dddaf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: afec9c5ff8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27afec9c5ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for afec9c5ff8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: eaa973ecf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eaa973ecf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for eaa973ecf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 67569c04f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2767569c04f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 67569c04f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: a7e2ad6bf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a7e2ad6bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for a7e2ad6bf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 2bd0c09ef8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bd0c09ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 2bd0c09ef8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: da69e614f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27da69e614f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for da69e614f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: a81dee1f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a81dee1f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for a81dee1f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 37783140f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2737783140f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 37783140f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 58e36241f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2758e36241f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 58e36241f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 65852d3bf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2765852d3bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 65852d3bf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: fc1f97faf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fc1f97faf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for fc1f97faf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: a199bb8ff8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a199bb8ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for a199bb8ff8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 5be5ae6ff8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275be5ae6ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 5be5ae6ff8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 9a53f288f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279a53f288f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 9a53f288f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 18455dcbf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2718455dcbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 18455dcbf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 37cbe96ff8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2737cbe96ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 37cbe96ff8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: aef692dcf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aef692dcf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for aef692dcf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 9de981bdf8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279de981bdf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for 9de981bdf8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: f8464ddff8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f8464ddff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for f8464ddff8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: ef326776f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ef326776f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for ef326776f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: a87030a3f8
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a87030a3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:13 [vpauto.fr] INFO: Scrape type for a87030a3f8: 0
2026-03-30 09:00:13 [vpauto.fr] INFO: Found listing with ID: 22096b7af8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2722096b7af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 22096b7af8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: d4c5f713f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d4c5f713f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for d4c5f713f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 444b7d21f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27444b7d21f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 444b7d21f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: aad73e0ef8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aad73e0ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for aad73e0ef8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 44a59a45f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2744a59a45f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 44a59a45f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: b2631813f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b2631813f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for b2631813f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: af0fb314f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af0fb314f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for af0fb314f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: c0255890f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0255890f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for c0255890f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: a1d79880f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a1d79880f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for a1d79880f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: eb0f83dbf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eb0f83dbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for eb0f83dbf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: f009422f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f009422f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for f009422f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: efb0cc1df8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27efb0cc1df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for efb0cc1df8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: f3f249e5f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f3f249e5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for f3f249e5f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: e4bfb0f1f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e4bfb0f1f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for e4bfb0f1f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: b4480455f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b4480455f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for b4480455f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: a103a231f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a103a231f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for a103a231f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: d2f71f3bf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d2f71f3bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for d2f71f3bf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 27d64521f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2727d64521f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 27d64521f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: f606e694f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f606e694f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for f606e694f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 9727de77f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279727de77f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 9727de77f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 322dd065f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27322dd065f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 322dd065f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 9b29fc95f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279b29fc95f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 9b29fc95f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 729d4b69f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27729d4b69f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 729d4b69f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 4412e071f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274412e071f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 4412e071f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 1321a984f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271321a984f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 1321a984f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: de9b0bf3f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27de9b0bf3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for de9b0bf3f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: c9371059f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9371059f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for c9371059f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 6d691f8cf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276d691f8cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 6d691f8cf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: a4e7e7bbf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a4e7e7bbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for a4e7e7bbf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: fd44e789f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd44e789f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for fd44e789f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 5c78987f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275c78987f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 5c78987f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: bf191a27f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bf191a27f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for bf191a27f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 582bbb51f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27582bbb51f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 582bbb51f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: d6a7fa5bf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6a7fa5bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for d6a7fa5bf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 479db83ff8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27479db83ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 479db83ff8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 28b13f37f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2728b13f37f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 28b13f37f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: d144e78cf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d144e78cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for d144e78cf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: a5bcb3fcf8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5bcb3fcf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for a5bcb3fcf8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 9479d662f8
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279479d662f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:14 [vpauto.fr] INFO: Scrape type for 9479d662f8: 0
2026-03-30 09:00:14 [vpauto.fr] INFO: Found listing with ID: 53e13de0f8
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2753e13de0f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:15 [vpauto.fr] INFO: Scrape type for 53e13de0f8: 0
2026-03-30 09:00:15 [vpauto.fr] INFO: Found listing with ID: 294ed497f8
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27294ed497f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:15 [vpauto.fr] INFO: Scrape type for 294ed497f8: 0
2026-03-30 09:00:15 [vpauto.fr] INFO: Found listing with ID: 3ce7ff38f8
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273ce7ff38f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:15 [vpauto.fr] INFO: Scrape type for 3ce7ff38f8: 0
2026-03-30 09:00:15 [vpauto.fr] INFO: Requesting listing page 2: https://vpauto.eu/vehicle/list?page=2
2026-03-30 09:00:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=2> (referer: https://vpauto.eu/vehicle/list?page=1) ['zyte-api']
2026-03-30 09:00:16 [vpauto.fr] INFO: Found 96 ads on page 2
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 551e4e38f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27551e4e38f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 551e4e38f8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 165b940f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27165b940f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 165b940f8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 7348c6a7f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277348c6a7f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 7348c6a7f8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 1c6dca3af8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c6dca3af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 1c6dca3af8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: b7a1d4aaf8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b7a1d4aaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for b7a1d4aaf8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 1e8719eaf8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271e8719eaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 1e8719eaf8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 486cd51bf8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27486cd51bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 486cd51bf8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: e67abfacf8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e67abfacf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for e67abfacf8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 2d9a686bf8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272d9a686bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 2d9a686bf8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 64637325f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2764637325f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for 64637325f8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: f4934a87f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f4934a87f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:16 [vpauto.fr] INFO: Scrape type for f4934a87f8: 0
2026-03-30 09:00:16 [vpauto.fr] INFO: Found listing with ID: 8e44b124f8
2026-03-30 09:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e44b124f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 8e44b124f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: c83b1abf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c83b1abf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for c83b1abf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 604809b9f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27604809b9f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 604809b9f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 567d6bbaf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27567d6bbaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 567d6bbaf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 7d0a46e5f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d0a46e5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 7d0a46e5f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 56c3b653f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2756c3b653f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 56c3b653f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 161e39a0f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27161e39a0f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 161e39a0f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 53a2b78cf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2753a2b78cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 53a2b78cf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: a4049b3bf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a4049b3bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for a4049b3bf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 1d65c722f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d65c722f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 1d65c722f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: bb061f82f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bb061f82f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for bb061f82f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 7fd38b4f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277fd38b4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 7fd38b4f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 34e8a0dbf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2734e8a0dbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 34e8a0dbf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 35fde5a6f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2735fde5a6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 35fde5a6f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 81aa4912f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781aa4912f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 81aa4912f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 2931a81cf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272931a81cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 2931a81cf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: d431ba5af8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d431ba5af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for d431ba5af8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: aa8cceaff8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aa8cceaff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for aa8cceaff8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 1c86ffedf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c86ffedf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 1c86ffedf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 69b87a7f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2769b87a7f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 69b87a7f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: d10d5ed4f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d10d5ed4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for d10d5ed4f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: d872ab81f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d872ab81f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for d872ab81f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 2a2e25bdf8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272a2e25bdf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 2a2e25bdf8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: aac29dfef8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aac29dfef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for aac29dfef8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 8d7b01b4f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278d7b01b4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 8d7b01b4f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 94afb5a8f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2794afb5a8f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 94afb5a8f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 595391a4f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27595391a4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 595391a4f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 91b0e296f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2791b0e296f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 91b0e296f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 865cb901f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27865cb901f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 865cb901f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 18609e79f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2718609e79f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 18609e79f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 1f4428f1f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271f4428f1f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 1f4428f1f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 88248af4f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2788248af4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 88248af4f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: cd0f7d30f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd0f7d30f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for cd0f7d30f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 75aa5e5f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2775aa5e5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for 75aa5e5f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: c6caf061f8
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c6caf061f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:17 [vpauto.fr] INFO: Scrape type for c6caf061f8: 0
2026-03-30 09:00:17 [vpauto.fr] INFO: Found listing with ID: 2f99eb06f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272f99eb06f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 2f99eb06f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: d5f7d799f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d5f7d799f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for d5f7d799f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 862ee945f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27862ee945f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 862ee945f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 13a6b50bf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2713a6b50bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 13a6b50bf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: e9532c7af8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9532c7af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for e9532c7af8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 93b4605ff8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2793b4605ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 93b4605ff8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 9e7c9165f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279e7c9165f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 9e7c9165f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: baf20cd2f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27baf20cd2f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for baf20cd2f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 7932353cf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277932353cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 7932353cf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: a562c996f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a562c996f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for a562c996f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: dd88ae19f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dd88ae19f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for dd88ae19f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: edbd9b2ff8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27edbd9b2ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for edbd9b2ff8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 8ca251aff8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ca251aff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 8ca251aff8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 7f1b3a89f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f1b3a89f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 7f1b3a89f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: cca52d03f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cca52d03f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for cca52d03f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: f42d983cf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f42d983cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for f42d983cf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 54bfd5c3f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2754bfd5c3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 54bfd5c3f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 6d2fd564f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276d2fd564f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 6d2fd564f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 36f0ce16f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2736f0ce16f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 36f0ce16f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 5a67e312f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275a67e312f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 5a67e312f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 985f3811f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27985f3811f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 985f3811f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 5964e0f7f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275964e0f7f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 5964e0f7f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 7cbc431bf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277cbc431bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 7cbc431bf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 40573beaf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2740573beaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 40573beaf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 2574d9a0f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272574d9a0f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 2574d9a0f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: c2e5646ef8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2e5646ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for c2e5646ef8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 9fcff2dcf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279fcff2dcf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 9fcff2dcf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: de9581f2f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27de9581f2f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for de9581f2f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 5a358f1cf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275a358f1cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 5a358f1cf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 3feedf52f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273feedf52f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 3feedf52f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: c52ff606f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c52ff606f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for c52ff606f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 2446bff0f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272446bff0f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 2446bff0f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: e2e0c9b8f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e2e0c9b8f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for e2e0c9b8f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 5704e16cf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275704e16cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 5704e16cf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: a049163f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a049163f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for a049163f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 86a2b67bf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786a2b67bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 86a2b67bf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 88bfdb6df8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2788bfdb6df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 88bfdb6df8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: a5f47fd6f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5f47fd6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for a5f47fd6f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 7d70aed2f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d70aed2f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 7d70aed2f8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 4604aeaaf8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274604aeaaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 4604aeaaf8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 7f7205cef8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f7205cef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:18 [vpauto.fr] INFO: Scrape type for 7f7205cef8: 0
2026-03-30 09:00:18 [vpauto.fr] INFO: Found listing with ID: 5b87fdd8f8
2026-03-30 09:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b87fdd8f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 5b87fdd8f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 87dc9de6f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2787dc9de6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 87dc9de6f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 9920497af8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279920497af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 9920497af8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: bb9c1e66f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bb9c1e66f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for bb9c1e66f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 351674c6f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27351674c6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 351674c6f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 7749b620f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277749b620f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 7749b620f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: e5f7d8e6f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e5f7d8e6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for e5f7d8e6f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 31e516a4f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2731e516a4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 31e516a4f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Found listing with ID: 24c0c194f8
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2724c0c194f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:19 [vpauto.fr] INFO: Scrape type for 24c0c194f8: 0
2026-03-30 09:00:19 [vpauto.fr] INFO: Requesting listing page 3: https://vpauto.eu/vehicle/list?page=3
2026-03-30 09:00:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=3> (referer: https://vpauto.eu/vehicle/list?page=2) ['zyte-api']
2026-03-30 09:00:21 [vpauto.fr] INFO: Found 96 ads on page 3
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: ae0dd4b3f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ae0dd4b3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for ae0dd4b3f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 2d94aaf5f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272d94aaf5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 2d94aaf5f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 67b4da03f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2767b4da03f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 67b4da03f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 38eefb04f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738eefb04f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 38eefb04f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: d2c0c6dff8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d2c0c6dff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for d2c0c6dff8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: c0bd31aef8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0bd31aef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for c0bd31aef8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: a6e80f5f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a6e80f5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for a6e80f5f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 70c69b6ff8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2770c69b6ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 70c69b6ff8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 1bc43450f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271bc43450f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 1bc43450f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 1c24cb3ff8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c24cb3ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 1c24cb3ff8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: 972d7915f8
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27972d7915f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:21 [vpauto.fr] INFO: Scrape type for 972d7915f8: 0
2026-03-30 09:00:21 [vpauto.fr] INFO: Found listing with ID: fd64a290f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd64a290f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for fd64a290f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 398b0f2ff8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27398b0f2ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 398b0f2ff8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 6d55ae03f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276d55ae03f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 6d55ae03f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: bf4c9e6af8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bf4c9e6af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for bf4c9e6af8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 5ff5c369f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275ff5c369f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 5ff5c369f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 961319fdf8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27961319fdf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 961319fdf8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: dcd9fb0af8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dcd9fb0af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for dcd9fb0af8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 14e7c610f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2714e7c610f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 14e7c610f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 141ad4dbf8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27141ad4dbf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 141ad4dbf8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 8179eb66f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278179eb66f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 8179eb66f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 2dbf5fdaf8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272dbf5fdaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 2dbf5fdaf8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: c9a63237f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9a63237f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for c9a63237f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: d7af56d9f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d7af56d9f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for d7af56d9f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: cdefd589f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cdefd589f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for cdefd589f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: e2e85aaaf8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e2e85aaaf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for e2e85aaaf8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 5ed99e10f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275ed99e10f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 5ed99e10f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: a66e0969f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a66e0969f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for a66e0969f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 932e8099f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27932e8099f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 932e8099f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 8f8f7fc3f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f8f7fc3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 8f8f7fc3f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: e212982df8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e212982df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for e212982df8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: c2eb47e6f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2eb47e6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for c2eb47e6f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 8ad34bf6f8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ad34bf6f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 8ad34bf6f8: 0
2026-03-30 09:00:22 [vpauto.fr] INFO: Found listing with ID: 6e08f77df8
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e08f77df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:22 [vpauto.fr] INFO: Scrape type for 6e08f77df8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 996e145bf8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27996e145bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 996e145bf8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 5c16d185f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275c16d185f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 5c16d185f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: d338a914f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d338a914f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for d338a914f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: c7ce35d3f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c7ce35d3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for c7ce35d3f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: be6fd6daf8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27be6fd6daf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for be6fd6daf8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 74f3963af8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774f3963af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 74f3963af8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 1fa2a13f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271fa2a13f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 1fa2a13f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 8d7c9976f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278d7c9976f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 8d7c9976f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 66addf76f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2766addf76f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 66addf76f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 2480d58cf8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272480d58cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 2480d58cf8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: dfdee678f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dfdee678f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for dfdee678f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 13936821f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2713936821f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 13936821f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: dd91f709f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dd91f709f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for dd91f709f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: e94ee830f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e94ee830f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for e94ee830f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 8ca4336af8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ca4336af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 8ca4336af8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 8b62438bf8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278b62438bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 8b62438bf8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 9bd6e5a9f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279bd6e5a9f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 9bd6e5a9f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 8ddd1b1ef8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ddd1b1ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 8ddd1b1ef8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 2079ad0f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272079ad0f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 2079ad0f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: f07aae4bf8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f07aae4bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for f07aae4bf8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 7023f569f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277023f569f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 7023f569f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: ee52a6c7f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee52a6c7f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for ee52a6c7f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 7c068175f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277c068175f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 7c068175f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: b916ab4df8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b916ab4df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for b916ab4df8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: a9699a59f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a9699a59f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for a9699a59f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 94d55d8df8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2794d55d8df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 94d55d8df8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: c6513244f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c6513244f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for c6513244f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: 8f17ac7df8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f17ac7df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for 8f17ac7df8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: d55f3622f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d55f3622f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:23 [vpauto.fr] INFO: Scrape type for d55f3622f8: 0
2026-03-30 09:00:23 [vpauto.fr] INFO: Found listing with ID: c3ecdc31f8
2026-03-30 09:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3ecdc31f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for c3ecdc31f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 94184c4cf8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2794184c4cf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 94184c4cf8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 435163e5f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27435163e5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 435163e5f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 857ae433f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27857ae433f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 857ae433f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: c523ac36f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c523ac36f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for c523ac36f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 736f4668f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27736f4668f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 736f4668f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 86fda8fff8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786fda8fff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 86fda8fff8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 2eb078a3f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272eb078a3f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 2eb078a3f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 4231feef8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274231feef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 4231feef8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 2c0e45bf8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272c0e45bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 2c0e45bf8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: f67b185af8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f67b185af8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for f67b185af8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: e5dde570f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e5dde570f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for e5dde570f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 9f47f8c2f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279f47f8c2f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 9f47f8c2f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 3d8bd716f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273d8bd716f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 3d8bd716f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 5cfe4ef5f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cfe4ef5f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 5cfe4ef5f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 6843049df8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276843049df8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 6843049df8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 41f0801ff8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2741f0801ff8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 41f0801ff8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 43ddc76f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2743ddc76f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 43ddc76f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: d48fad2ef8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d48fad2ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for d48fad2ef8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 4db5cbc4f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274db5cbc4f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 4db5cbc4f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 2b8136def8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272b8136def8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 2b8136def8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: b5d87c7bf8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5d87c7bf8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for b5d87c7bf8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 228f6c71f8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27228f6c71f8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 228f6c71f8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 946cf85ef8
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27946cf85ef8%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 946cf85ef8: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: e41b360094
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e41b360094%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for e41b360094: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: e919ee2536
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e919ee2536%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for e919ee2536: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: f568866836
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f568866836%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for f568866836: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: e6a5ae03bf
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e6a5ae03bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for e6a5ae03bf: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: cdf170c94
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cdf170c94%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for cdf170c94: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: e73fff1494
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e73fff1494%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for e73fff1494: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 8bd5f29c36
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278bd5f29c36%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 8bd5f29c36: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 41eccb8bbf
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2741eccb8bbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 41eccb8bbf: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Found listing with ID: 22baa2a0bf
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2722baa2a0bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:24 [vpauto.fr] INFO: Scrape type for 22baa2a0bf: 0
2026-03-30 09:00:24 [vpauto.fr] INFO: Requesting listing page 4: https://vpauto.eu/vehicle/list?page=4
2026-03-30 09:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=4> (referer: https://vpauto.eu/vehicle/list?page=3) ['zyte-api']
2026-03-30 09:00:26 [vpauto.fr] INFO: Found 96 ads on page 4
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 4622ec4e36
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274622ec4e36%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 4622ec4e36: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 318c82d736
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27318c82d736%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 318c82d736: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 33dd7710aa
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733dd7710aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 33dd7710aa: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: de9511a0aa
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27de9511a0aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for de9511a0aa: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 7a3168b536
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277a3168b536%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 7a3168b536: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: f9f07eb3bf
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9f07eb3bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for f9f07eb3bf: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 62c65536bf
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2762c65536bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 62c65536bf: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 7d396cadbf
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d396cadbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:26 [vpauto.fr] INFO: Scrape type for 7d396cadbf: 0
2026-03-30 09:00:26 [vpauto.fr] INFO: Found listing with ID: 17f36d44bf
2026-03-30 09:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f36d44bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 17f36d44bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 592c5a97bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27592c5a97bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 592c5a97bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 2313759f36
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272313759f36%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 2313759f36: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 440578c35a
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27440578c35a%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 440578c35a: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 1d6d76b36
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d6d76b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 1d6d76b36: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 77dfe04636
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777dfe04636%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 77dfe04636: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: ed8506c4bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ed8506c4bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for ed8506c4bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: f9d75ac494
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9d75ac494%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for f9d75ac494: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 3c34b173aa
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273c34b173aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 3c34b173aa: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: af98d13b36
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af98d13b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for af98d13b36: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: a9730db694
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a9730db694%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for a9730db694: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: c14e8842bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c14e8842bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for c14e8842bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 3d98fd2d36
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273d98fd2d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 3d98fd2d36: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 620c226894
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27620c226894%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 620c226894: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 4c8e1b7d9e
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274c8e1b7d9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 4c8e1b7d9e: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 12ab2de294
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2712ab2de294%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 12ab2de294: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 598c69223a
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27598c69223a%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 598c69223a: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 8e53b24894
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e53b24894%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 8e53b24894: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 28a0982994
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2728a0982994%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 28a0982994: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: b5c4fa1694
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5c4fa1694%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for b5c4fa1694: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 39efda75e5
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739efda75e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 39efda75e5: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 62d177af94
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2762d177af94%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 62d177af94: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 6b538aa8bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276b538aa8bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 6b538aa8bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 2c9b9b41bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272c9b9b41bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 2c9b9b41bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 199adfcf94
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27199adfcf94%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 199adfcf94: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 245dbbb836
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27245dbbb836%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 245dbbb836: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 9b43d1c394
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279b43d1c394%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 9b43d1c394: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: a50310e9e5
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a50310e9e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for a50310e9e5: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: bc8d5bc594
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bc8d5bc594%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for bc8d5bc594: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: fccdba2294
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fccdba2294%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for fccdba2294: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 56534962bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2756534962bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 56534962bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 14b78c32e5
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2714b78c32e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 14b78c32e5: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 4868cfb594
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274868cfb594%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 4868cfb594: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 802db572e5
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27802db572e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 802db572e5: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 2d6586a2bf
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272d6586a2bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 2d6586a2bf: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 911d9af1aa
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27911d9af1aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 911d9af1aa: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: c47c3c449e
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c47c3c449e%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for c47c3c449e: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: 535398529e
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27535398529e%27 HTTP/1.1" 200 None
2026-03-30 09:00:27 [vpauto.fr] INFO: Scrape type for 535398529e: 0
2026-03-30 09:00:27 [vpauto.fr] INFO: Found listing with ID: d217718436
2026-03-30 09:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d217718436%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for d217718436: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: bd7f7b5b94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bd7f7b5b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for bd7f7b5b94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 2cd87f70bf
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272cd87f70bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 2cd87f70bf: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: df35904d94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27df35904d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for df35904d94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 553a5ee7bf
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27553a5ee7bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 553a5ee7bf: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 5ab49871e5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275ab49871e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 5ab49871e5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 8890899b9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278890899b9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 8890899b9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 35929248bf
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2735929248bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 35929248bf: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: eab04e4194
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eab04e4194%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for eab04e4194: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: becdb5cde5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27becdb5cde5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for becdb5cde5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 32285db336
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2732285db336%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 32285db336: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 5df12118bf
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275df12118bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 5df12118bf: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: fc121d8daa
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fc121d8daa%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for fc121d8daa: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 554c386ce5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27554c386ce5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 554c386ce5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: c9d99e5a94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9d99e5a94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for c9d99e5a94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: ec559a3b94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ec559a3b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for ec559a3b94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: f06d1e019e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f06d1e019e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for f06d1e019e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 6515f4a5e5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276515f4a5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 6515f4a5e5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: c01e792894
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c01e792894%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for c01e792894: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 2fa726409e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272fa726409e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 2fa726409e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: a1d05c2a9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a1d05c2a9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for a1d05c2a9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: eedabda9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eedabda9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for eedabda9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 80545cf594
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2780545cf594%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 80545cf594: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: a0873648e5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a0873648e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for a0873648e5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 8e67ecf09e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e67ecf09e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 8e67ecf09e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 20392b59aa
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2720392b59aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 20392b59aa: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 93898c0ce5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2793898c0ce5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 93898c0ce5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: e33dddfa9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e33dddfa9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for e33dddfa9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 669540885a
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27669540885a%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 669540885a: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 5061f6c836
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275061f6c836%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 5061f6c836: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: cb9213265a
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cb9213265a%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for cb9213265a: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 18ca9eb2e5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2718ca9eb2e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 18ca9eb2e5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: efd18e11e5
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27efd18e11e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for efd18e11e5: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: fef0f2775a
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fef0f2775a%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for fef0f2775a: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: c0a099afbf
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0a099afbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for c0a099afbf: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: d079a27d94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d079a27d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for d079a27d94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: d8d759db94
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d8d759db94%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for d8d759db94: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 2c30e88c9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272c30e88c9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 2c30e88c9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 4ada92b9e
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ada92b9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:28 [vpauto.fr] INFO: Scrape type for 4ada92b9e: 0
2026-03-30 09:00:28 [vpauto.fr] INFO: Found listing with ID: 691174d736
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27691174d736%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 691174d736: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: 8be3757e9e
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278be3757e9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 8be3757e9e: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: f113155894
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f113155894%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for f113155894: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: e8a38bf99e
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e8a38bf99e%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for e8a38bf99e: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: b51fb22b94
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b51fb22b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for b51fb22b94: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: 430a98aa94
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27430a98aa94%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 430a98aa94: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: f552bf6c5a
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f552bf6c5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for f552bf6c5a: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: d0ee69b494
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d0ee69b494%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for d0ee69b494: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: 56cf23e636
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2756cf23e636%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 56cf23e636: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: 64f7c921e5
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2764f7c921e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 64f7c921e5: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Found listing with ID: 5529e65794
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275529e65794%27 HTTP/1.1" 200 None
2026-03-30 09:00:29 [vpauto.fr] INFO: Scrape type for 5529e65794: 0
2026-03-30 09:00:29 [vpauto.fr] INFO: Requesting listing page 5: https://vpauto.eu/vehicle/list?page=5
2026-03-30 09:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=5> (referer: https://vpauto.eu/vehicle/list?page=4) ['zyte-api']
2026-03-30 09:00:30 [vpauto.fr] INFO: Found 96 ads on page 5
2026-03-30 09:00:30 [vpauto.fr] INFO: Found listing with ID: 145e742b94
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27145e742b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 145e742b94: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: db8103a15a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db8103a15a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for db8103a15a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 863fe0efbf
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27863fe0efbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 863fe0efbf: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 83bc3b3694
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783bc3b3694%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 83bc3b3694: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 65477e09e
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2765477e09e%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 65477e09e: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 669cdbd94
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27669cdbd94%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 669cdbd94: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: b745375836
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b745375836%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for b745375836: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: f51ffb3594
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f51ffb3594%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for f51ffb3594: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: ba6973de94
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba6973de94%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for ba6973de94: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: a45274925a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a45274925a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for a45274925a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: ca0e8ec15a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ca0e8ec15a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for ca0e8ec15a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 6bdb8f6036
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bdb8f6036%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 6bdb8f6036: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: f285e4915a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f285e4915a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for f285e4915a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 8b0609c4e5
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278b0609c4e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 8b0609c4e5: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 5f4d5217aa
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275f4d5217aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 5f4d5217aa: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 68e8a8f09e
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2768e8a8f09e%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 68e8a8f09e: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 50dce8e9e5
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2750dce8e9e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 50dce8e9e5: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: e138d32c5a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e138d32c5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for e138d32c5a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 131e4f5f36
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27131e4f5f36%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 131e4f5f36: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: acd1c96236
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27acd1c96236%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for acd1c96236: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 2f2fdba79e
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272f2fdba79e%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 2f2fdba79e: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: c8a04835a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c8a04835a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for c8a04835a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: fbaeb0165a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fbaeb0165a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for fbaeb0165a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 5cea2d3fe5
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cea2d3fe5%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 5cea2d3fe5: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: d0d4d13894
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d0d4d13894%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for d0d4d13894: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 6c3bd9c15a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276c3bd9c15a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 6c3bd9c15a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 8ff6c5f35a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ff6c5f35a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 8ff6c5f35a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 77b10ccb5a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777b10ccb5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 77b10ccb5a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 8b15296494
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278b15296494%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 8b15296494: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 86b2c07aaa
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786b2c07aaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 86b2c07aaa: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 79bc81685a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779bc81685a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 79bc81685a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 57277a6a9e
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2757277a6a9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 57277a6a9e: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 77ac98ad5a
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777ac98ad5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 77ac98ad5a: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: f2b3734aa
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2b3734aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for f2b3734aa: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: be1a4855bf
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27be1a4855bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for be1a4855bf: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: daa47eafbf
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27daa47eafbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for daa47eafbf: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 1d4ff21c94
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d4ff21c94%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 1d4ff21c94: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: 70157b3d94
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2770157b3d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for 70157b3d94: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: febe481494
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27febe481494%27 HTTP/1.1" 200 None
2026-03-30 09:00:31 [vpauto.fr] INFO: Scrape type for febe481494: 0
2026-03-30 09:00:31 [vpauto.fr] INFO: Found listing with ID: fbbe89d136
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fbbe89d136%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for fbbe89d136: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 25523b3c9e
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2725523b3c9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 25523b3c9e: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: cc1f1cba5a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cc1f1cba5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for cc1f1cba5a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: b929e5cde5
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b929e5cde5%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for b929e5cde5: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 7af4fdd894
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277af4fdd894%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 7af4fdd894: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 61f6af2736
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761f6af2736%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 61f6af2736: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 32682a5494
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2732682a5494%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 32682a5494: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: a74dcfdbf
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a74dcfdbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for a74dcfdbf: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 9aa51a3394
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279aa51a3394%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 9aa51a3394: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 183544ef9e
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27183544ef9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 183544ef9e: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: ec08032d5a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ec08032d5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for ec08032d5a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 1ed7617236
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271ed7617236%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 1ed7617236: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 83f19b345a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783f19b345a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 83f19b345a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: cd0f4a50aa
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd0f4a50aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for cd0f4a50aa: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 322f381294
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27322f381294%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 322f381294: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: a1bbcc48aa
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a1bbcc48aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for a1bbcc48aa: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: f436a06194
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f436a06194%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for f436a06194: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: f0d8d97d36
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f0d8d97d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for f0d8d97d36: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: eec376d936
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eec376d936%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for eec376d936: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 527f68e236
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27527f68e236%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 527f68e236: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 6edf9fa19e
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276edf9fa19e%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 6edf9fa19e: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: d4408881aa
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d4408881aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for d4408881aa: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 164f7a5a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27164f7a5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 164f7a5a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: e615e00a9e
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e615e00a9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for e615e00a9e: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 9e84cb9f36
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279e84cb9f36%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 9e84cb9f36: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 86f4221abf
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786f4221abf%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 86f4221abf: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 59bb4c635a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2759bb4c635a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 59bb4c635a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: a5d01398bf
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5d01398bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for a5d01398bf: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: b90c2df836
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b90c2df836%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for b90c2df836: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 1796cc16bf
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271796cc16bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 1796cc16bf: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 7ad1702bf
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277ad1702bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 7ad1702bf: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: b641aeed94
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b641aeed94%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for b641aeed94: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 1b08d3694
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271b08d3694%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 1b08d3694: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 2a84bcb894
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272a84bcb894%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 2a84bcb894: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: a0d5be623a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a0d5be623a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for a0d5be623a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: b9d71ab63a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b9d71ab63a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for b9d71ab63a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 6584cd2a36
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276584cd2a36%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 6584cd2a36: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 3be28dcf3a
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273be28dcf3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:32 [vpauto.fr] INFO: Scrape type for 3be28dcf3a: 0
2026-03-30 09:00:32 [vpauto.fr] INFO: Found listing with ID: 8a99a4d094
2026-03-30 09:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a99a4d094%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 8a99a4d094: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: b652f3ef94
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b652f3ef94%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for b652f3ef94: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 4f55256d3a
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274f55256d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 4f55256d3a: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 8277467336
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278277467336%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 8277467336: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: ed0a18f994
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ed0a18f994%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for ed0a18f994: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 533e03945a
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27533e03945a%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 533e03945a: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 7cc3362836
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277cc3362836%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 7cc3362836: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: c0f9f9ef94
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0f9f9ef94%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for c0f9f9ef94: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 7ea32db136
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277ea32db136%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 7ea32db136: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: a0293ff0aa
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a0293ff0aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for a0293ff0aa: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: ddd99fbf36
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ddd99fbf36%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for ddd99fbf36: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 6651184cbf
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276651184cbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 6651184cbf: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: e3723a105a
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3723a105a%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for e3723a105a: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 9da0fc835a
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279da0fc835a%27 HTTP/1.1" 200 None
2026-03-30 09:00:33 [vpauto.fr] INFO: Scrape type for 9da0fc835a: 0
2026-03-30 09:00:33 [vpauto.fr] INFO: Found listing with ID: 73b674c294
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2773b674c294%27 HTTP/1.1" 200 None
2026-03-30 09:00:34 [vpauto.fr] INFO: Scrape type for 73b674c294: 0
2026-03-30 09:00:34 [vpauto.fr] INFO: Found listing with ID: 7b277e399e
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277b277e399e%27 HTTP/1.1" 200 None
2026-03-30 09:00:34 [vpauto.fr] INFO: Scrape type for 7b277e399e: 0
2026-03-30 09:00:34 [vpauto.fr] INFO: Found listing with ID: 5e0405d45a
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275e0405d45a%27 HTTP/1.1" 200 None
2026-03-30 09:00:34 [vpauto.fr] INFO: Scrape type for 5e0405d45a: 0
2026-03-30 09:00:34 [vpauto.fr] INFO: Found listing with ID: bc0406794
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bc0406794%27 HTTP/1.1" 200 None
2026-03-30 09:00:34 [vpauto.fr] INFO: Scrape type for bc0406794: 0
2026-03-30 09:00:34 [vpauto.fr] INFO: Found listing with ID: 6c9b52999e
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276c9b52999e%27 HTTP/1.1" 200 None
2026-03-30 09:00:34 [vpauto.fr] INFO: Scrape type for 6c9b52999e: 0
2026-03-30 09:00:34 [vpauto.fr] INFO: Requesting listing page 6: https://vpauto.eu/vehicle/list?page=6
2026-03-30 09:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=6> (referer: https://vpauto.eu/vehicle/list?page=5) ['zyte-api']
2026-03-30 09:00:35 [vpauto.fr] INFO: Found 96 ads on page 6
2026-03-30 09:00:35 [vpauto.fr] INFO: Found listing with ID: f4fed14f36
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f4fed14f36%27 HTTP/1.1" 200 None
2026-03-30 09:00:35 [vpauto.fr] INFO: Scrape type for f4fed14f36: 0
2026-03-30 09:00:35 [vpauto.fr] INFO: Found listing with ID: e75a2ba09e
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e75a2ba09e%27 HTTP/1.1" 200 None
2026-03-30 09:00:35 [vpauto.fr] INFO: Scrape type for e75a2ba09e: 0
2026-03-30 09:00:35 [vpauto.fr] INFO: Found listing with ID: 90ea55a8bf
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2790ea55a8bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 90ea55a8bf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: fc895b6a5a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fc895b6a5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for fc895b6a5a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: d68f953736
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d68f953736%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for d68f953736: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 7bbc65da36
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277bbc65da36%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 7bbc65da36: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 2d6bfc2c36
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272d6bfc2c36%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 2d6bfc2c36: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: b9e09ea03a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b9e09ea03a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for b9e09ea03a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 9ef602105a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279ef602105a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 9ef602105a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 16ad98caaa
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2716ad98caaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 16ad98caaa: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 34777dc094
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2734777dc094%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 34777dc094: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: ee2b868436
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee2b868436%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for ee2b868436: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: b026f524bf
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b026f524bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for b026f524bf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 27b8d46394
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2727b8d46394%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 27b8d46394: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: e49c35f636
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e49c35f636%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for e49c35f636: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: df04bb7e94
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27df04bb7e94%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for df04bb7e94: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 411c1a399e
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27411c1a399e%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 411c1a399e: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: aa4cbb3aaa
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aa4cbb3aaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for aa4cbb3aaa: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 9de4535e9e
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279de4535e9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 9de4535e9e: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: c7a747fe94
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c7a747fe94%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for c7a747fe94: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: f5a133305a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f5a133305a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for f5a133305a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 524c0a0736
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27524c0a0736%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 524c0a0736: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 5878f2a694
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275878f2a694%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 5878f2a694: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: d664a33936
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d664a33936%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for d664a33936: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 2f4acf1494
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272f4acf1494%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 2f4acf1494: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 525691f894
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27525691f894%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 525691f894: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 3ca1bb9cbf
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273ca1bb9cbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 3ca1bb9cbf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 2263fa979e
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272263fa979e%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 2263fa979e: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: ee107ccb94
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee107ccb94%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for ee107ccb94: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 215d99cbbf
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27215d99cbbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 215d99cbbf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: c2f3ad4294
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2f3ad4294%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for c2f3ad4294: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 8ca4bdbabf
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278ca4bdbabf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 8ca4bdbabf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: e1401b8d3a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e1401b8d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for e1401b8d3a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 53c0f5c6bf
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2753c0f5c6bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 53c0f5c6bf: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 83ecf39394
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783ecf39394%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 83ecf39394: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 75f149c836
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2775f149c836%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 75f149c836: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 51bbc226aa
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2751bbc226aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 51bbc226aa: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: a68651b136
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a68651b136%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for a68651b136: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 3f11ffe694
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273f11ffe694%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for 3f11ffe694: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: a54f4eae3a
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a54f4eae3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:36 [vpauto.fr] INFO: Scrape type for a54f4eae3a: 0
2026-03-30 09:00:36 [vpauto.fr] INFO: Found listing with ID: 9a2fa7dc36
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279a2fa7dc36%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 9a2fa7dc36: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 58be4e0ebf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2758be4e0ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 58be4e0ebf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 47baca1a94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747baca1a94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 47baca1a94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: f168a9de94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f168a9de94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for f168a9de94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 3448283894
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273448283894%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 3448283894: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 1849d2dbf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271849d2dbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 1849d2dbf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: a0dce7ba94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a0dce7ba94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for a0dce7ba94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 68cdcb88aa
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2768cdcb88aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 68cdcb88aa: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 2398febd3a
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272398febd3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 2398febd3a: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: ee435eedbf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee435eedbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for ee435eedbf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: ef5d3fce94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ef5d3fce94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for ef5d3fce94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 412e940f94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27412e940f94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 412e940f94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 1e8ec38b36
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271e8ec38b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 1e8ec38b36: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: ae9f65a336
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ae9f65a336%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for ae9f65a336: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 9b8553aa9e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279b8553aa9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 9b8553aa9e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: d175c9ae94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d175c9ae94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for d175c9ae94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: a2f9e6636
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a2f9e6636%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for a2f9e6636: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 44d2e3de9e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2744d2e3de9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 44d2e3de9e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 2cdb823e9e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272cdb823e9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 2cdb823e9e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: eaa81fd15a
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eaa81fd15a%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for eaa81fd15a: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: bf682cc8bf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bf682cc8bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for bf682cc8bf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 27887446bf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2727887446bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 27887446bf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: fb155c7a9e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fb155c7a9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for fb155c7a9e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: fdd5314494
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fdd5314494%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for fdd5314494: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: d32d7ee094
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d32d7ee094%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for d32d7ee094: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: d33b8659e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d33b8659e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for d33b8659e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: e730ecf1bf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e730ecf1bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for e730ecf1bf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: b7810cdb9e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b7810cdb9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for b7810cdb9e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 26019ac1bf
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2726019ac1bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 26019ac1bf: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 1ba9574baa
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271ba9574baa%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 1ba9574baa: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 1a19c86494
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a19c86494%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 1a19c86494: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 9359ee39e
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279359ee39e%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 9359ee39e: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 5417cb8d94
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275417cb8d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 5417cb8d94: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 3a5bd53536
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a5bd53536%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for 3a5bd53536: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: b5970d2294
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5970d2294%27 HTTP/1.1" 200 None
2026-03-30 09:00:37 [vpauto.fr] INFO: Scrape type for b5970d2294: 0
2026-03-30 09:00:37 [vpauto.fr] INFO: Found listing with ID: 6d9f63d6e5
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276d9f63d6e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 6d9f63d6e5: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 6662f42394
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276662f42394%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 6662f42394: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 23ca135936
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723ca135936%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 23ca135936: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: ed59c4e336
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ed59c4e336%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for ed59c4e336: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 9b9beb4d94
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279b9beb4d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 9b9beb4d94: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 549fc65136
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27549fc65136%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 549fc65136: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: d7d35623bf
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d7d35623bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for d7d35623bf: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 3a40803bf
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a40803bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 3a40803bf: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 2d1ab68436
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272d1ab68436%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 2d1ab68436: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: cc6c70ea94
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cc6c70ea94%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for cc6c70ea94: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: f75ed4dbf
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f75ed4dbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for f75ed4dbf: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 797bbbd436
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27797bbbd436%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 797bbbd436: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 52467b1a94
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2752467b1a94%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 52467b1a94: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 7bdeb5df36
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277bdeb5df36%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 7bdeb5df36: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 3aeb148536
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273aeb148536%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 3aeb148536: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 86ff4ad694
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786ff4ad694%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 86ff4ad694: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 33c1aa1394
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733c1aa1394%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 33c1aa1394: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 1ffa4a7136
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271ffa4a7136%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 1ffa4a7136: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 9fada77794
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279fada77794%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 9fada77794: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: 42727b819e
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2742727b819e%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for 42727b819e: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Found listing with ID: c73b0e7a36
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c73b0e7a36%27 HTTP/1.1" 200 None
2026-03-30 09:00:38 [vpauto.fr] INFO: Scrape type for c73b0e7a36: 0
2026-03-30 09:00:38 [vpauto.fr] INFO: Requesting listing page 7: https://vpauto.eu/vehicle/list?page=7
2026-03-30 09:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=7> (referer: https://vpauto.eu/vehicle/list?page=6) ['zyte-api']
2026-03-30 09:00:40 [vpauto.fr] INFO: Found 96 ads on page 7
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 77f39e9594
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777f39e9594%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 77f39e9594: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 9a0e88ea36
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279a0e88ea36%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 9a0e88ea36: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 537a2e7d5a
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27537a2e7d5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 537a2e7d5a: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: adc89ba394
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27adc89ba394%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for adc89ba394: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 655fdfdcbf
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27655fdfdcbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 655fdfdcbf: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 27eca67c94
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2727eca67c94%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 27eca67c94: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 980b4c833a
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27980b4c833a%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 980b4c833a: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 526d10e894
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526d10e894%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 526d10e894: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: d3d28134aa
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d3d28134aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for d3d28134aa: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 3249adeabf
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273249adeabf%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 3249adeabf: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: b825490394
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b825490394%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for b825490394: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: dbe246405a
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dbe246405a%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for dbe246405a: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: b3dee1494
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b3dee1494%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for b3dee1494: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 1eadd7ad94
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271eadd7ad94%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 1eadd7ad94: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: 742ca9a194
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27742ca9a194%27 HTTP/1.1" 200 None
2026-03-30 09:00:40 [vpauto.fr] INFO: Scrape type for 742ca9a194: 0
2026-03-30 09:00:40 [vpauto.fr] INFO: Found listing with ID: aad586b7bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aad586b7bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for aad586b7bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: aefd4bd0bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aefd4bd0bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for aefd4bd0bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: cf27a48ce5
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf27a48ce5%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for cf27a48ce5: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 6ab55f71aa
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276ab55f71aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 6ab55f71aa: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 6cfcea68bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276cfcea68bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 6cfcea68bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: cc7f476c5a
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cc7f476c5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for cc7f476c5a: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: df3badb594
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27df3badb594%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for df3badb594: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 97946bd95a
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2797946bd95a%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 97946bd95a: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 2ee6720cbf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272ee6720cbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 2ee6720cbf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 433c4cea36
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27433c4cea36%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 433c4cea36: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: c20ed70dbf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c20ed70dbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for c20ed70dbf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 2139e832bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272139e832bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 2139e832bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 4166b63394
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274166b63394%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 4166b63394: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 1c8175294
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c8175294%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 1c8175294: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: afb3f0113a
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27afb3f0113a%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for afb3f0113a: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 3cd560403a
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273cd560403a%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 3cd560403a: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: e4f5ebc436
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e4f5ebc436%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for e4f5ebc436: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 150c288194
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27150c288194%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 150c288194: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 36fb906e36
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2736fb906e36%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 36fb906e36: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 81454a87bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781454a87bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 81454a87bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: b473c17b36
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b473c17b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for b473c17b36: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 2ba56fd736
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272ba56fd736%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 2ba56fd736: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 19fd17c9bf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2719fd17c9bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 19fd17c9bf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: b176305036
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b176305036%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for b176305036: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 1e2ad6c15a
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271e2ad6c15a%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 1e2ad6c15a: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: a51263c694
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a51263c694%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for a51263c694: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 36e8407ebf
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2736e8407ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 36e8407ebf: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: e26c594636
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e26c594636%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for e26c594636: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: ac98692594
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ac98692594%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for ac98692594: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 2bfd814d9e
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bfd814d9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 2bfd814d9e: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 38bc860c36
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738bc860c36%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 38bc860c36: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 972f84ffaa
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27972f84ffaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 972f84ffaa: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: d1b47f3a9e
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d1b47f3a9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for d1b47f3a9e: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: e6a5497936
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e6a5497936%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for e6a5497936: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: 9b3974d594
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279b3974d594%27 HTTP/1.1" 200 None
2026-03-30 09:00:41 [vpauto.fr] INFO: Scrape type for 9b3974d594: 0
2026-03-30 09:00:41 [vpauto.fr] INFO: Found listing with ID: f9fcb31336
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9fcb31336%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for f9fcb31336: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: c0253aabf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0253aabf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for c0253aabf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 2be88f449e
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272be88f449e%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 2be88f449e: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: cb7f2db094
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cb7f2db094%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for cb7f2db094: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: d1a06a8836
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d1a06a8836%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for d1a06a8836: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: bb2ea32794
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bb2ea32794%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for bb2ea32794: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: fa1788e294
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fa1788e294%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for fa1788e294: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: faeb83663a
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27faeb83663a%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for faeb83663a: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 121b8c894
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27121b8c894%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 121b8c894: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 54db74a63a
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2754db74a63a%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 54db74a63a: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: f21c2ee194
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f21c2ee194%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for f21c2ee194: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: f972b19a94
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f972b19a94%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for f972b19a94: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 2e77d41694
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272e77d41694%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 2e77d41694: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: a5660917aa
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5660917aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for a5660917aa: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: fdef5bbc36
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fdef5bbc36%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for fdef5bbc36: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 17957308e5
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717957308e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 17957308e5: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: a4a9b51ae5
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a4a9b51ae5%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for a4a9b51ae5: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 366b9ee094
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27366b9ee094%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 366b9ee094: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 6dda60495a
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276dda60495a%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 6dda60495a: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 47bac252aa
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747bac252aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 47bac252aa: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: a7fa174d36
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a7fa174d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for a7fa174d36: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 6284eff89e
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276284eff89e%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 6284eff89e: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 44d873d736
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2744d873d736%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 44d873d736: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 52badef5e5
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2752badef5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 52badef5e5: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 7b13c16ce5
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277b13c16ce5%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 7b13c16ce5: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: ffcd6069bf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ffcd6069bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for ffcd6069bf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: ac2d4d8eaa
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ac2d4d8eaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for ac2d4d8eaa: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: a74c9f46bf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a74c9f46bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for a74c9f46bf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: b482ae25bf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b482ae25bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for b482ae25bf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 4753525ebf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274753525ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 4753525ebf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: e294ae2036
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e294ae2036%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for e294ae2036: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 642b1273bf
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27642b1273bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 642b1273bf: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 26f8b4ef9e
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2726f8b4ef9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 26f8b4ef9e: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: c5f8ec2294
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5f8ec2294%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for c5f8ec2294: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 701a329d94
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27701a329d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 701a329d94: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 244bd5f136
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27244bd5f136%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 244bd5f136: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: 452391e19e
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27452391e19e%27 HTTP/1.1" 200 None
2026-03-30 09:00:42 [vpauto.fr] INFO: Scrape type for 452391e19e: 0
2026-03-30 09:00:42 [vpauto.fr] INFO: Found listing with ID: c23116ed3a
2026-03-30 09:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c23116ed3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for c23116ed3a: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: a579cfe69e
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a579cfe69e%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for a579cfe69e: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: 963264babf
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27963264babf%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for 963264babf: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: 9aa5217c9e
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279aa5217c9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for 9aa5217c9e: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: b70510a2bf
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b70510a2bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for b70510a2bf: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: a6edb743bf
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a6edb743bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for a6edb743bf: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: 40e1db9d94
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2740e1db9d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for 40e1db9d94: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: 9f376fa036
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279f376fa036%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for 9f376fa036: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Found listing with ID: 8921c50094
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278921c50094%27 HTTP/1.1" 200 None
2026-03-30 09:00:43 [vpauto.fr] INFO: Scrape type for 8921c50094: 0
2026-03-30 09:00:43 [vpauto.fr] INFO: Requesting listing page 8: https://vpauto.eu/vehicle/list?page=8
2026-03-30 09:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=8> (referer: https://vpauto.eu/vehicle/list?page=7) ['zyte-api']
2026-03-30 09:00:45 [vpauto.fr] INFO: Found 96 ads on page 8
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: da94cbf794
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27da94cbf794%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for da94cbf794: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: e2405f4c94
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e2405f4c94%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for e2405f4c94: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: d6a26bfebf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6a26bfebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for d6a26bfebf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 4b39f94836
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274b39f94836%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 4b39f94836: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 9145aaaebf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279145aaaebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 9145aaaebf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: caf0b8ef36
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27caf0b8ef36%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for caf0b8ef36: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 667039a936
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27667039a936%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 667039a936: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 38ab97e9e5
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738ab97e9e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 38ab97e9e5: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: c5c8d7c1bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c8d7c1bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for c5c8d7c1bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: bcfa1607bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bcfa1607bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for bcfa1607bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: da730e7bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27da730e7bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for da730e7bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 824dd49b36
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27824dd49b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 824dd49b36: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: fb3989c13a
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fb3989c13a%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for fb3989c13a: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 105e751e5
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27105e751e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 105e751e5: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: aa288bcbf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aa288bcbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for aa288bcbf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 7b181886aa
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277b181886aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 7b181886aa: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 86adbba6e5
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786adbba6e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 86adbba6e5: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 8f2e0dda9e
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f2e0dda9e%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 8f2e0dda9e: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 6a4ae91d36
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276a4ae91d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 6a4ae91d36: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 1d405498bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d405498bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 1d405498bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: fec2e1e294
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fec2e1e294%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for fec2e1e294: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 78c9d9f9e5
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2778c9d9f9e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 78c9d9f9e5: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 9af1c7b5bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279af1c7b5bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 9af1c7b5bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 31c7da44bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2731c7da44bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 31c7da44bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 241faf66aa
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241faf66aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 241faf66aa: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: d95371575a
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d95371575a%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for d95371575a: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 446a3dea36
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27446a3dea36%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 446a3dea36: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: b9d34daf36
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b9d34daf36%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for b9d34daf36: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: afa4171abf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27afa4171abf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for afa4171abf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 891dc45536
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27891dc45536%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 891dc45536: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: cd926fcdbf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd926fcdbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for cd926fcdbf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 73e0ee1894
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2773e0ee1894%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 73e0ee1894: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 71eee24daa
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2771eee24daa%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 71eee24daa: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 46ab95e85a
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2746ab95e85a%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 46ab95e85a: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: be0a9bfcbf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27be0a9bfcbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for be0a9bfcbf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 4cfc5aa694
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274cfc5aa694%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 4cfc5aa694: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 6a202b93bf
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276a202b93bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:45 [vpauto.fr] INFO: Scrape type for 6a202b93bf: 0
2026-03-30 09:00:45 [vpauto.fr] INFO: Found listing with ID: 2bc0ffb594
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bc0ffb594%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 2bc0ffb594: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: c218ad59bf
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c218ad59bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for c218ad59bf: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 1bc4fa2436
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271bc4fa2436%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 1bc4fa2436: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 937024ebf
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27937024ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 937024ebf: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 1dba929936
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271dba929936%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 1dba929936: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 7b0f9165aa
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277b0f9165aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 7b0f9165aa: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 3abcab5b94
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273abcab5b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 3abcab5b94: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 47f01f4bbf
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747f01f4bbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 47f01f4bbf: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 8b94c045bf
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278b94c045bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 8b94c045bf: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: f115abea94
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f115abea94%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for f115abea94: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 56e064495a
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2756e064495a%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for 56e064495a: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: a2fa393394
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a2fa393394%27 HTTP/1.1" 200 None
2026-03-30 09:00:46 [vpauto.fr] INFO: Scrape type for a2fa393394: 0
2026-03-30 09:00:46 [vpauto.fr] INFO: Found listing with ID: 4a36a98e94
2026-03-30 09:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274a36a98e94%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 4a36a98e94: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: e497840f94
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e497840f94%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for e497840f94: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: e4194c8faa
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e4194c8faa%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for e4194c8faa: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: dc9c1f9e3a
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc9c1f9e3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for dc9c1f9e3a: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: b830190ebf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b830190ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for b830190ebf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 17de661d36
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717de661d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 17de661d36: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f9492f8fbf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9492f8fbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f9492f8fbf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 6328a44e5
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276328a44e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 6328a44e5: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f0f00893bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f0f00893bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f0f00893bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f925d6c336
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f925d6c336%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f925d6c336: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f8647fc0bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f8647fc0bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f8647fc0bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f882ba5c5a
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f882ba5c5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f882ba5c5a: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: fd8f013436
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd8f013436%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for fd8f013436: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 2ad52ffd5a
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272ad52ffd5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 2ad52ffd5a: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: d50f7d50aa
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d50f7d50aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for d50f7d50aa: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f897e045e5
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f897e045e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f897e045e5: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: b2ee2918bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b2ee2918bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for b2ee2918bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 9d9d253fbf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279d9d253fbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 9d9d253fbf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: a02729b594
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a02729b594%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for a02729b594: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 8e6d2b14aa
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e6d2b14aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 8e6d2b14aa: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 29b7ec88bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2729b7ec88bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 29b7ec88bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 6f9af95194
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276f9af95194%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 6f9af95194: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 332a9d683a
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27332a9d683a%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 332a9d683a: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f3b012b1e5
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f3b012b1e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f3b012b1e5: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: c2263b194
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2263b194%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for c2263b194: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f898535d94
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f898535d94%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f898535d94: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: b641b13bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b641b13bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for b641b13bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 4e3aaab79e
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274e3aaab79e%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 4e3aaab79e: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: c71ed66ae5
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c71ed66ae5%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for c71ed66ae5: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 911bcf5b36
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27911bcf5b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 911bcf5b36: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: c329b28236
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c329b28236%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for c329b28236: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: a8df20c6bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a8df20c6bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for a8df20c6bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 31762ac836
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2731762ac836%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 31762ac836: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 5375a25abf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275375a25abf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 5375a25abf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 46a6d718bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2746a6d718bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 46a6d718bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 63f2563bbf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2763f2563bbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 63f2563bbf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: f2b9e485bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2b9e485bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for f2b9e485bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: e72dd0ceaa
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e72dd0ceaa%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for e72dd0ceaa: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 5b974ba5bf
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b974ba5bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:47 [vpauto.fr] INFO: Scrape type for 5b974ba5bf: 0
2026-03-30 09:00:47 [vpauto.fr] INFO: Found listing with ID: 2ea8b22d36
2026-03-30 09:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272ea8b22d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 2ea8b22d36: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: 36b140ef36
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2736b140ef36%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 36b140ef36: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: 4b475fabbf
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274b475fabbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 4b475fabbf: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: 2974001e5
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272974001e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 2974001e5: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: 321f00d5e5
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27321f00d5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 321f00d5e5: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: fbb478ae5
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fbb478ae5%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for fbb478ae5: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: e56f939e5
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e56f939e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for e56f939e5: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Found listing with ID: 2a7445094
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272a7445094%27 HTTP/1.1" 200 None
2026-03-30 09:00:48 [vpauto.fr] INFO: Scrape type for 2a7445094: 0
2026-03-30 09:00:48 [vpauto.fr] INFO: Requesting listing page 9: https://vpauto.eu/vehicle/list?page=9
2026-03-30 09:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=9> (referer: https://vpauto.eu/vehicle/list?page=8) ['zyte-api']
2026-03-30 09:00:49 [vpauto.fr] INFO: Found 96 ads on page 9
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 8278accebf
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278278accebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 8278accebf: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 6e2bd65b94
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e2bd65b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 6e2bd65b94: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 476c2d56bf
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27476c2d56bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 476c2d56bf: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 1d3d2c5a36
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d3d2c5a36%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 1d3d2c5a36: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 756589e536
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27756589e536%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 756589e536: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 86f7e7c436
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786f7e7c436%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 86f7e7c436: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: 61da911236
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761da911236%27 HTTP/1.1" 200 None
2026-03-30 09:00:49 [vpauto.fr] INFO: Scrape type for 61da911236: 0
2026-03-30 09:00:49 [vpauto.fr] INFO: Found listing with ID: a15f2ed136
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a15f2ed136%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for a15f2ed136: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 64c978d0e5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2764c978d0e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 64c978d0e5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 86c6558b36
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2786c6558b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 86c6558b36: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 77e03bb5bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777e03bb5bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 77e03bb5bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 8b72dc53bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278b72dc53bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 8b72dc53bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: e83385dc36
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e83385dc36%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for e83385dc36: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: db43828ebf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db43828ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for db43828ebf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: dd72e2fbf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dd72e2fbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for dd72e2fbf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: af950e81bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af950e81bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for af950e81bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 3bf619f89e
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273bf619f89e%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 3bf619f89e: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 3081d74dbf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273081d74dbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 3081d74dbf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: d6323db9e5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6323db9e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for d6323db9e5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 7207aabde5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277207aabde5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 7207aabde5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 5158e4836
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275158e4836%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 5158e4836: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: c3dd6f5436
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3dd6f5436%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for c3dd6f5436: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: bf73a101bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bf73a101bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for bf73a101bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 9f17f3e13a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279f17f3e13a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 9f17f3e13a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 746abe5f3a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27746abe5f3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 746abe5f3a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: dbc3e52ae5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dbc3e52ae5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for dbc3e52ae5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: f9ea67b53a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9ea67b53a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for f9ea67b53a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 26205ac0e5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2726205ac0e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 26205ac0e5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 2a5407a994
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272a5407a994%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 2a5407a994: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 6433f1ace5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276433f1ace5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 6433f1ace5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 80186ae3bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2780186ae3bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 80186ae3bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: adc3e374e5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27adc3e374e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for adc3e374e5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: ede7ae16e5
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ede7ae16e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for ede7ae16e5: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: c3c2cb4936
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3c2cb4936%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for c3c2cb4936: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 2bb12859bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bb12859bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 2bb12859bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 6b92521594
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276b92521594%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 6b92521594: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: cd1a41e23a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd1a41e23a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for cd1a41e23a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 8af77663bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278af77663bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 8af77663bf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: ae91c73894
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ae91c73894%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for ae91c73894: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 2465e5715a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272465e5715a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 2465e5715a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 4ead3bc336
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ead3bc336%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 4ead3bc336: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 56767d6ebf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2756767d6ebf%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 56767d6ebf: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 8656855694
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278656855694%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 8656855694: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: 90abc9d65a
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2790abc9d65a%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for 90abc9d65a: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: d13a14836
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d13a14836%27 HTTP/1.1" 200 None
2026-03-30 09:00:50 [vpauto.fr] INFO: Scrape type for d13a14836: 0
2026-03-30 09:00:50 [vpauto.fr] INFO: Found listing with ID: e7e97762bf
2026-03-30 09:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e7e97762bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for e7e97762bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: ef8005abe5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ef8005abe5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for ef8005abe5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 2fdb636bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272fdb636bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 2fdb636bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 667284f2e5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27667284f2e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 667284f2e5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 94ec9a5be5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2794ec9a5be5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 94ec9a5be5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 1842bd3436
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271842bd3436%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 1842bd3436: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: f9650f0836
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9650f0836%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for f9650f0836: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: bcaba6f45a
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bcaba6f45a%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for bcaba6f45a: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: ac24d96e5a
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ac24d96e5a%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for ac24d96e5a: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: f8d6f1c25a
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f8d6f1c25a%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for f8d6f1c25a: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 839d0865bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27839d0865bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 839d0865bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: d8bb8511e5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d8bb8511e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for d8bb8511e5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: a7e5e45494
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a7e5e45494%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for a7e5e45494: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: a230e7013a
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a230e7013a%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for a230e7013a: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 69332dc25a
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2769332dc25a%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 69332dc25a: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 7b1f8da94
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277b1f8da94%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 7b1f8da94: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: cb1716f2bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cb1716f2bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for cb1716f2bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 83a9e88a36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2783a9e88a36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 83a9e88a36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 63f2d0a594
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2763f2d0a594%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 63f2d0a594: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: b1f6e64b36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b1f6e64b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for b1f6e64b36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 878d4cdb36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27878d4cdb36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 878d4cdb36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: bc9b99fa94
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bc9b99fa94%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for bc9b99fa94: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 6d42991f94
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276d42991f94%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 6d42991f94: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 99957a3c36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2799957a3c36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 99957a3c36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: d34fd50736
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d34fd50736%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for d34fd50736: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 9cc22e0e36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279cc22e0e36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 9cc22e0e36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: d722b15794
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d722b15794%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for d722b15794: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 5e1cac5ee5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275e1cac5ee5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 5e1cac5ee5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 7047302494
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277047302494%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 7047302494: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 1b8fb37f94
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271b8fb37f94%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 1b8fb37f94: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 20f3d64bbf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2720f3d64bbf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 20f3d64bbf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 31279713bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2731279713bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 31279713bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 3560e4e3e5
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273560e4e3e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 3560e4e3e5: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 3e52743494
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273e52743494%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 3e52743494: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 4580b384bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274580b384bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 4580b384bf: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 4821ab9836
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274821ab9836%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 4821ab9836: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 542e04ce36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27542e04ce36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 542e04ce36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: 7ff6adbf36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277ff6adbf36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for 7ff6adbf36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: b612eb1836
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b612eb1836%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for b612eb1836: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: c9ddab5536
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9ddab5536%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for c9ddab5536: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: cca0761b36
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cca0761b36%27 HTTP/1.1" 200 None
2026-03-30 09:00:51 [vpauto.fr] INFO: Scrape type for cca0761b36: 0
2026-03-30 09:00:51 [vpauto.fr] INFO: Found listing with ID: f1a7f4e2bf
2026-03-30 09:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f1a7f4e2bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for f1a7f4e2bf: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 10fef0313a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2710fef0313a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 10fef0313a: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 179e1198e5
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27179e1198e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 179e1198e5: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 1e6387ac3a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271e6387ac3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 1e6387ac3a: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 1ec6c20c94
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271ec6c20c94%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 1ec6c20c94: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 5010824d3a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275010824d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 5010824d3a: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 50b2f8153a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2750b2f8153a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 50b2f8153a: 0
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 6caf138e3a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276caf138e3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 6caf138e3a: 2
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 77c2db9ee5
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777c2db9ee5%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 77c2db9ee5: 2
2026-03-30 09:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:52 [vpauto.fr] INFO: Found listing with ID: 8d62c20b3a
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278d62c20b3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:52 [vpauto.fr] INFO: Scrape type for 8d62c20b3a: 1
2026-03-30 09:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:52 [vpauto.fr] INFO: Requesting listing page 10: https://vpauto.eu/vehicle/list?page=10
2026-03-30 09:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/6caf138e3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=9) ['zyte-api']
2026-03-30 09:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=10> (referer: https://vpauto.eu/vehicle/list?page=9) ['zyte-api']
2026-03-30 09:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: 6caf138e3a
2026-03-30 09:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faece34d-08aa-544b-8394-97e64ba8f973 with scrape type 2
2026-03-30 09:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faece34d-08aa-544b-8394-97e64ba8f973 with scrape type 2
2026-03-30 09:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: faece34d-08aa-544b-8394-97e64ba8f973, identifier: 6caf138e3a
2026-03-30 09:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: 6caf138e3a
2026-03-30 09:00:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: 6caf138e3a
2026-03-30 09:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: 6caf138e3a to the API
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27faece34d-08aa-544b-8394-97e64ba8f973%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id faece34d-08aa-544b-8394-97e64ba8f973: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FIAT 500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 1170000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FIAT\u0022, \u0022Model\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-09-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/6caf138e3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 3, \u0022CO2EmissionValue\u0022: 106, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022faece34d-08aa-544b-8394-97e64ba8f973\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:54 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:54 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:54 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': 'faece34d-08aa-544b-8394-97e64ba8f973',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/6caf138e3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FIAT',
'model': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2022-09-30',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Hybrid 1.0 70 BSG S&S Dolcevita',
'transmission': 'automatic',
'trim': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276caf138e3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [vpauto.fr] INFO: Saving data for 6caf138e3a: {'created_time': 1774699350.842022, 'last_price_update_time': 1774861254.641668}
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='6caf138e3a') HTTP/1.1" 204 0
2026-03-30 09:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/77c2db9ee5/opel-corsa-072019-corsa-15-diesel-100-ch-bvm6-edition-berline-5p> (referer: https://vpauto.eu/vehicle/list?page=9) ['zyte-api']
2026-03-30 09:00:54 [vpauto.fr] INFO: Found 96 ads on page 10
2026-03-30 09:00:54 [vpauto.fr] INFO: Found listing with ID: 9f4e3fe5e5
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279f4e3fe5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [vpauto.fr] INFO: Scrape type for 9f4e3fe5e5: 2
2026-03-30 09:00:54 [vpauto.fr] INFO: Found listing with ID: b0fbc88c3a
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b0fbc88c3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [vpauto.fr] INFO: Scrape type for b0fbc88c3a: 2
2026-03-30 09:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:54 [vpauto.fr] INFO: Found listing with ID: bbd1fb7d3a
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bbd1fb7d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [vpauto.fr] INFO: Scrape type for bbd1fb7d3a: 2
2026-03-30 09:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:54 [vpauto.fr] INFO: Found listing with ID: c0a837d33a
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0a837d33a%27 HTTP/1.1" 200 None
2026-03-30 09:00:54 [vpauto.fr] INFO: Scrape type for c0a837d33a: 2
2026-03-30 09:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 863b5866-968c-5e23-a6ea-d2ae11c512ad with identifier: 77c2db9ee5
2026-03-30 09:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 863b5866-968c-5e23-a6ea-d2ae11c512ad with scrape type 2
2026-03-30 09:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 863b5866-968c-5e23-a6ea-d2ae11c512ad with scrape type 2
2026-03-30 09:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 863b5866-968c-5e23-a6ea-d2ae11c512ad, identifier: 77c2db9ee5
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: c5221bdd3a
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5221bdd3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for c5221bdd3a: 2
2026-03-30 09:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 863b5866-968c-5e23-a6ea-d2ae11c512ad with identifier: 77c2db9ee5
2026-03-30 09:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 863b5866-968c-5e23-a6ea-d2ae11c512ad with identifier: 77c2db9ee5
2026-03-30 09:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 863b5866-968c-5e23-a6ea-d2ae11c512ad with identifier: 77c2db9ee5 to the API
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27863b5866-968c-5e23-a6ea-d2ae11c512ad%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 863b5866-968c-5e23-a6ea-d2ae11c512ad: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022GRIS KRISTALL\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022OPEL CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline 5P\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 1170000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022OPEL\u0022, \u0022Model\u0022: \u0022CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline 5P\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-10-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/77c2db9ee5/opel-corsa-072019-corsa-15-diesel-100-ch-bvm6-edition-berline-5p\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline 5P\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 107, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022863b5866-968c-5e23-a6ea-d2ae11c512ad\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:54 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:55 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:55 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': None,
'category': None,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '863b5866-968c-5e23-a6ea-d2ae11c512ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/77c2db9ee5/opel-corsa-072019-corsa-15-diesel-100-ch-bvm6-edition-berline-5p',
'listing': 'auction',
'location': '69 - LYON',
'make': 'OPEL',
'model': 'CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline 5P',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline '
'5P',
'transmission': 'manual',
'trim': 'CORSA (07/2019) Corsa 1.5 Diesel 100 ch BVM6 Edition Berline 5P',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777c2db9ee5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Saving data for 77c2db9ee5: {'created_time': 1774639220.41725, 'last_price_update_time': 1774861255.366706}
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='77c2db9ee5') HTTP/1.1" 204 0
2026-03-30 09:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: ca84938a3a
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ca84938a3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for ca84938a3a: 2
2026-03-30 09:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8d62c20b3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=9) ['zyte-api']
2026-03-30 09:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: cbc4bddfe5
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc4bddfe5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for cbc4bddfe5: 2
2026-03-30 09:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: cd187348e5
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd187348e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for cd187348e5: 2
2026-03-30 09:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: da656521e5
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27da656521e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for da656521e5: 2
2026-03-30 09:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: e35a22a63a
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e35a22a63a%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for e35a22a63a: 2
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: f2c2af36e5
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2c2af36e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for f2c2af36e5: 2
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: fc2abd3d3a
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fc2abd3d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for fc2abd3d3a: 1
2026-03-30 09:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: 8d62c20b3a
2026-03-30 09:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with scrape type 1
2026-03-30 09:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8
2026-03-30 09:00:55 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8
2026-03-30 09:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8, identifier: 8d62c20b3a
2026-03-30 09:00:55 [vpauto.fr] INFO: Found listing with ID: fcd6e935e5
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fcd6e935e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:55 [vpauto.fr] INFO: Scrape type for fcd6e935e5: 2
2026-03-30 09:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: 8d62c20b3a
2026-03-30 09:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: 8d62c20b3a
2026-03-30 09:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: 8d62c20b3a to the API
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2798792193-f8fb-5bbc-9b22-a70bf2ad5bb8%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FIAT 500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 1170000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FIAT\u0022, \u0022Model\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-10-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/8d62c20b3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 3, \u0022CO2EmissionValue\u0022: 106, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u002298792193-f8fb-5bbc-9b22-a70bf2ad5bb8\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:55 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:56 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:56 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '98792193-f8fb-5bbc-9b22-a70bf2ad5bb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8d62c20b3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FIAT',
'model': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2022-10-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Hybrid 1.0 70 BSG S&S Dolcevita',
'transmission': 'automatic',
'trim': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278d62c20b3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Saving data for 8d62c20b3a: {'created_time': 1774861256.089204, 'last_price_update_time': 1774861256.089217}
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8d62c20b3a') HTTP/1.1" 204 0
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: fd4d37d5e5
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd4d37d5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for fd4d37d5e5: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: cc8d8fe05a
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cc8d8fe05a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for cc8d8fe05a: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 732cde7d36
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27732cde7d36%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 732cde7d36: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: d279df0de5
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d279df0de5%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for d279df0de5: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 49f787725a
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749f787725a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 49f787725a: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: eb7205ece5
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eb7205ece5%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for eb7205ece5: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 475f864094
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27475f864094%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 475f864094: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: ec71409294
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ec71409294%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for ec71409294: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 8e473aad3a
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e473aad3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 8e473aad3a: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 98345e2c3a
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2798345e2c3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 98345e2c3a: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: a33e8efd36
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a33e8efd36%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for a33e8efd36: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 5c8bc823bf
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275c8bc823bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 5c8bc823bf: 2
2026-03-30 09:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b0fbc88c3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: f5f6251f94
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f5f6251f94%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for f5f6251f94: 2
2026-03-30 09:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/bbd1fb7d3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 240888b1aa
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27240888b1aa%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 240888b1aa: 2
2026-03-30 09:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/9f4e3fe5e5/peugeot-208-208-bluehdi-100-ss-bvm6-active-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 76d8cc363a
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2776d8cc363a%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 76d8cc363a: 2
2026-03-30 09:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 760a2964e5
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27760a2964e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 760a2964e5: 2
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 9bf52caa94
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279bf52caa94%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 9bf52caa94: 2
2026-03-30 09:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: b0fbc88c3a, dropping item
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: d3e5d1b836
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d3e5d1b836%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for d3e5d1b836: 2
2026-03-30 09:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: bbd1fb7d3a, dropping item
2026-03-30 09:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea4f1607-05cd-5833-a8c4-945b909d77e6 with identifier: 9f4e3fe5e5
2026-03-30 09:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea4f1607-05cd-5833-a8c4-945b909d77e6 with scrape type 2
2026-03-30 09:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea4f1607-05cd-5833-a8c4-945b909d77e6 with scrape type 2
2026-03-30 09:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ea4f1607-05cd-5833-a8c4-945b909d77e6, identifier: 9f4e3fe5e5
2026-03-30 09:00:56 [vpauto.fr] INFO: Found listing with ID: 43e614ec36
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2743e614ec36%27 HTTP/1.1" 200 None
2026-03-30 09:00:56 [vpauto.fr] INFO: Scrape type for 43e614ec36: 2
2026-03-30 09:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ea4f1607-05cd-5833-a8c4-945b909d77e6 with identifier: 9f4e3fe5e5
2026-03-30 09:00:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ea4f1607-05cd-5833-a8c4-945b909d77e6 with identifier: 9f4e3fe5e5
2026-03-30 09:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ea4f1607-05cd-5833-a8c4-945b909d77e6 with identifier: 9f4e3fe5e5 to the API
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ea4f1607-05cd-5833-a8c4-945b909d77e6%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id ea4f1607-05cd-5833-a8c4-945b909d77e6: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Artense Gray metallic paint\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 208 208 BlueHDi 100 S\u0026S BVM6 Active Pack\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u0022208 208 BlueHDi 100 S\u0026S BVM6 Active Pack\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-02-04\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/9f4e3fe5e5/peugeot-208-208-bluehdi-100-ss-bvm6-active-pack\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022208 208 BlueHDi 100 S\u0026S BVM6 Active Pack\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 107, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022ea4f1607-05cd-5833-a8c4-945b909d77e6\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:56 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:57 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:57 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': None,
'category': None,
'color': 'Artense Gray metallic paint',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ea4f1607-05cd-5833-a8c4-945b909d77e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/9f4e3fe5e5/peugeot-208-208-bluehdi-100-ss-bvm6-active-pack',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '208 208 BlueHDi 100 S&S BVM6 Active Pack',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 BlueHDi 100 S&S BVM6 Active Pack',
'transmission': 'manual',
'trim': '208 208 BlueHDi 100 S&S BVM6 Active Pack',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279f4e3fe5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Saving data for 9f4e3fe5e5: {'created_time': 1774638968.077675, 'last_price_update_time': 1774861257.227642}
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='9f4e3fe5e5') HTTP/1.1" 204 0
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: 1d8476175a
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d8476175a%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for 1d8476175a: 2
2026-03-30 09:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ca84938a3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cbc4bddfe5/nissan-micra-20215-micra-ig-t-92-business-edition> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cd187348e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c0a837d33a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: 61e63a16bf
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761e63a16bf%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for 61e63a16bf: 2
2026-03-30 09:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: 6fc4c6bb36
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276fc4c6bb36%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for 6fc4c6bb36: 2
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: 9891b57ae5
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279891b57ae5%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for 9891b57ae5: 2
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: b782477d3a
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b782477d3a%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for b782477d3a: 2
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: bcb52e5b94
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bcb52e5b94%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for bcb52e5b94: 2
2026-03-30 09:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: faece34d-08aa-544b-8394-97e64ba8f973 with identifier: ca84938a3a, dropping item
2026-03-30 09:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c67d024-f590-5829-ac14-d4211ba46f46 with identifier: cbc4bddfe5
2026-03-30 09:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c67d024-f590-5829-ac14-d4211ba46f46 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c67d024-f590-5829-ac14-d4211ba46f46 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4c67d024-f590-5829-ac14-d4211ba46f46, identifier: cbc4bddfe5
2026-03-30 09:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f98dd499-e430-55bb-acaf-0e91e05d32c9 with identifier: cd187348e5
2026-03-30 09:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f98dd499-e430-55bb-acaf-0e91e05d32c9 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f98dd499-e430-55bb-acaf-0e91e05d32c9 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f98dd499-e430-55bb-acaf-0e91e05d32c9, identifier: cd187348e5
2026-03-30 09:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bde3351c-a3e7-5eb8-af9b-d07597762970 with identifier: c0a837d33a
2026-03-30 09:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bde3351c-a3e7-5eb8-af9b-d07597762970 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bde3351c-a3e7-5eb8-af9b-d07597762970 with scrape type 2
2026-03-30 09:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: bde3351c-a3e7-5eb8-af9b-d07597762970, identifier: c0a837d33a
2026-03-30 09:00:57 [vpauto.fr] INFO: Found listing with ID: d68c2c5736
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d68c2c5736%27 HTTP/1.1" 200 None
2026-03-30 09:00:57 [vpauto.fr] INFO: Scrape type for d68c2c5736: 2
2026-03-30 09:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4c67d024-f590-5829-ac14-d4211ba46f46 with identifier: cbc4bddfe5
2026-03-30 09:00:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4c67d024-f590-5829-ac14-d4211ba46f46 with identifier: cbc4bddfe5
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4c67d024-f590-5829-ac14-d4211ba46f46 with identifier: cbc4bddfe5 to the API
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274c67d024-f590-5829-ac14-d4211ba46f46%27 HTTP/1.1" 200 None
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 4c67d024-f590-5829-ac14-d4211ba46f46: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Light grey metallic\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022NISSAN MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022NISSAN\u0022, \u0022Model\u0022: \u0022MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/cbc4bddfe5/nissan-micra-20215-micra-ig-t-92-business-edition\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 121, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00224c67d024-f590-5829-ac14-d4211ba46f46\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:57 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4c67d024-f590-5829-ac14-d4211ba46f46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cbc4bddfe5/nissan-micra-20215-micra-ig-t-92-business-edition',
'listing': 'auction',
'location': '69 - LYON',
'make': 'NISSAN',
'model': 'MICRA 2021.5 Micra IG-T 92 Business Edition',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 2021.5 Micra IG-T 92 Business Edition',
'transmission': 'manual',
'trim': 'MICRA 2021.5 Micra IG-T 92 Business Edition',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc4bddfe5%27 HTTP/1.1" 200 None
2026-03-30 09:00:58 [vpauto.fr] INFO: Saving data for cbc4bddfe5: {'created_time': 1774638949.856436, 'last_price_update_time': 1774861258.329314}
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cbc4bddfe5') HTTP/1.1" 204 0
2026-03-30 09:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f98dd499-e430-55bb-acaf-0e91e05d32c9 with identifier: cd187348e5
2026-03-30 09:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f98dd499-e430-55bb-acaf-0e91e05d32c9 with identifier: cd187348e5
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f98dd499-e430-55bb-acaf-0e91e05d32c9 with identifier: cd187348e5 to the API
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f98dd499-e430-55bb-acaf-0e91e05d32c9%27 HTTP/1.1" 200 None
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id f98dd499-e430-55bb-acaf-0e91e05d32c9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Teinte de caisse m\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022CITROEN C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022CITROEN\u0022, \u0022Model\u0022: \u0022C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-01-27\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/cd187348e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 109, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022f98dd499-e430-55bb-acaf-0e91e05d32c9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': None,
'category': None,
'color': 'Teinte de caisse m',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f98dd499-e430-55bb-acaf-0e91e05d32c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cd187348e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'CITROEN',
'model': 'C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'transmission': 'manual',
'trim': 'C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cd187348e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:58 [vpauto.fr] INFO: Saving data for cd187348e5: {'created_time': 1774688682.199169, 'last_price_update_time': 1774861258.65889}
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cd187348e5') HTTP/1.1" 204 0
2026-03-30 09:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: bde3351c-a3e7-5eb8-af9b-d07597762970 with identifier: c0a837d33a
2026-03-30 09:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: bde3351c-a3e7-5eb8-af9b-d07597762970 with identifier: c0a837d33a
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: bde3351c-a3e7-5eb8-af9b-d07597762970 with identifier: c0a837d33a to the API
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bde3351c-a3e7-5eb8-af9b-d07597762970%27 HTTP/1.1" 200 None
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id bde3351c-a3e7-5eb8-af9b-d07597762970: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FIAT 500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FIAT\u0022, \u0022Model\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-10-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/c0a837d33a/fiat-500-hybrid-10-70-bsg-ss-dolcevita\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 3, \u0022CO2EmissionValue\u0022: 106, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022bde3351c-a3e7-5eb8-af9b-d07597762970\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:58 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': 'bde3351c-a3e7-5eb8-af9b-d07597762970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c0a837d33a/fiat-500-hybrid-10-70-bsg-ss-dolcevita',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FIAT',
'model': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-10-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Hybrid 1.0 70 BSG S&S Dolcevita',
'transmission': 'automatic',
'trim': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c0a837d33a%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Saving data for c0a837d33a: {'created_time': 1774638956.21046, 'last_price_update_time': 1774861259.003746}
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c0a837d33a') HTTP/1.1" 204 0
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: e4c3016136
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e4c3016136%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for e4c3016136: 2
2026-03-30 09:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e35a22a63a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f2c2af36e5/nissan-micra-20215-micra-ig-t-92-business-edition> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/da656521e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: eb8e49cb94
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eb8e49cb94%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for eb8e49cb94: 2
2026-03-30 09:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: 154fcb5e5
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27154fcb5e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for 154fcb5e5: 2
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: 1580ce05e5
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271580ce05e5%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for 1580ce05e5: 2
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: 1808841994
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271808841994%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for 1808841994: 2
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: 21c5af903a
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2721c5af903a%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for 21c5af903a: 1
2026-03-30 09:00:59 [vpauto.fr] INFO: Found listing with ID: 545295f36
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27545295f36%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Scrape type for 545295f36: 2
2026-03-30 09:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with identifier: e35a22a63a
2026-03-30 09:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with scrape type 2
2026-03-30 09:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with scrape type 2
2026-03-30 09:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2398e701-3c2d-55ab-ac02-a1aa59ef07d4, identifier: e35a22a63a
2026-03-30 09:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84b4156-0b66-530c-abc1-80b93b07cfa0 with identifier: f2c2af36e5
2026-03-30 09:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84b4156-0b66-530c-abc1-80b93b07cfa0 with scrape type 2
2026-03-30 09:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84b4156-0b66-530c-abc1-80b93b07cfa0 with scrape type 2
2026-03-30 09:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: d84b4156-0b66-530c-abc1-80b93b07cfa0, identifier: f2c2af36e5
2026-03-30 09:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: f98dd499-e430-55bb-acaf-0e91e05d32c9 with identifier: da656521e5, dropping item
2026-03-30 09:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with identifier: e35a22a63a
2026-03-30 09:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with identifier: e35a22a63a
2026-03-30 09:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2398e701-3c2d-55ab-ac02-a1aa59ef07d4 with identifier: e35a22a63a to the API
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272398e701-3c2d-55ab-ac02-a1aa59ef07d4%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 2398e701-3c2d-55ab-ac02-a1aa59ef07d4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FIAT 500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FIAT\u0022, \u0022Model\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-09-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/e35a22a63a/fiat-500-hybrid-10-70-bsg-ss-dolcevita\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022500 Hybrid 1.0 70 BSG S\u0026S Dolcevita\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 3, \u0022CO2EmissionValue\u0022: 106, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00222398e701-3c2d-55ab-ac02-a1aa59ef07d4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:59 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:00:59 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:59 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '2398e701-3c2d-55ab-ac02-a1aa59ef07d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e35a22a63a/fiat-500-hybrid-10-70-bsg-ss-dolcevita',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FIAT',
'model': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-09-30',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Hybrid 1.0 70 BSG S&S Dolcevita',
'transmission': 'automatic',
'trim': '500 Hybrid 1.0 70 BSG S&S Dolcevita',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e35a22a63a%27 HTTP/1.1" 200 None
2026-03-30 09:00:59 [vpauto.fr] INFO: Saving data for e35a22a63a: {'created_time': 1774638951.682499, 'last_price_update_time': 1774861259.765427}
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e35a22a63a') HTTP/1.1" 204 0
2026-03-30 09:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: d84b4156-0b66-530c-abc1-80b93b07cfa0 with identifier: f2c2af36e5
2026-03-30 09:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: d84b4156-0b66-530c-abc1-80b93b07cfa0 with identifier: f2c2af36e5
2026-03-30 09:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: d84b4156-0b66-530c-abc1-80b93b07cfa0 with identifier: f2c2af36e5 to the API
2026-03-30 09:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d84b4156-0b66-530c-abc1-80b93b07cfa0%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id d84b4156-0b66-530c-abc1-80b93b07cfa0: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Light grey metallic\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022NISSAN MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022NISSAN\u0022, \u0022Model\u0022: \u0022MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-15\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/f2c2af36e5/nissan-micra-20215-micra-ig-t-92-business-edition\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022MICRA 2021.5 Micra IG-T 92 Business Edition\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 121, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022d84b4156-0b66-530c-abc1-80b93b07cfa0\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:00:59 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:00 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:00 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd84b4156-0b66-530c-abc1-80b93b07cfa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f2c2af36e5/nissan-micra-20215-micra-ig-t-92-business-edition',
'listing': 'auction',
'location': '69 - LYON',
'make': 'NISSAN',
'model': 'MICRA 2021.5 Micra IG-T 92 Business Edition',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 2021.5 Micra IG-T 92 Business Edition',
'transmission': 'manual',
'trim': 'MICRA 2021.5 Micra IG-T 92 Business Edition',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2c2af36e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Saving data for f2c2af36e5: {'created_time': 1774638945.015467, 'last_price_update_time': 1774861260.22868}
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f2c2af36e5') HTTP/1.1" 204 0
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: 59a057f03a
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2759a057f03a%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for 59a057f03a: 1
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: 7872a7f73a
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277872a7f73a%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for 7872a7f73a: 1
2026-03-30 09:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/fc2abd3d3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/fd4d37d5e5/opel-crossland-crossland-15-d-120-ch-bva6-elegance-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/fcd6e935e5/mercedes-classe-b-classe-b-180-d-8g-dct-style-line-edition> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cc8d8fe05a/renault-clio-e-tech-full-hybrid-145-engineered> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: 9758ab45e5
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279758ab45e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for 9758ab45e5: 2
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: b5449526e5
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5449526e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for b5449526e5: 2
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: beb416523a
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27beb416523a%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for beb416523a: 2
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: bee1558c3a
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bee1558c3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for bee1558c3a: 1
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: e42f17843a
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e42f17843a%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for e42f17843a: 2
2026-03-30 09:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: fc2abd3d3a, dropping item
2026-03-30 09:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46359fc5-692d-553e-baa1-6eec6237e3f9 with identifier: fd4d37d5e5
2026-03-30 09:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46359fc5-692d-553e-baa1-6eec6237e3f9 with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46359fc5-692d-553e-baa1-6eec6237e3f9 with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 46359fc5-692d-553e-baa1-6eec6237e3f9, identifier: fd4d37d5e5
2026-03-30 09:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 059755ce-5c0a-5852-b88d-28d5e104088b with identifier: fcd6e935e5
2026-03-30 09:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 059755ce-5c0a-5852-b88d-28d5e104088b with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 059755ce-5c0a-5852-b88d-28d5e104088b with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 059755ce-5c0a-5852-b88d-28d5e104088b, identifier: fcd6e935e5
2026-03-30 09:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with identifier: cc8d8fe05a
2026-03-30 09:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with scrape type 2
2026-03-30 09:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3, identifier: cc8d8fe05a
2026-03-30 09:01:00 [vpauto.fr] INFO: Found listing with ID: 2537572d36
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272537572d36%27 HTTP/1.1" 200 None
2026-03-30 09:01:00 [vpauto.fr] INFO: Scrape type for 2537572d36: 2
2026-03-30 09:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 46359fc5-692d-553e-baa1-6eec6237e3f9 with identifier: fd4d37d5e5
2026-03-30 09:01:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 46359fc5-692d-553e-baa1-6eec6237e3f9 with identifier: fd4d37d5e5
2026-03-30 09:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 46359fc5-692d-553e-baa1-6eec6237e3f9 with identifier: fd4d37d5e5 to the API
2026-03-30 09:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2746359fc5-692d-553e-baa1-6eec6237e3f9%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 46359fc5-692d-553e-baa1-6eec6237e3f9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Peinture brillante Blanc Jade\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022OPEL CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022OPEL\u0022, \u0022Model\u0022: \u0022CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-06-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/fd4d37d5e5/opel-crossland-crossland-15-d-120-ch-bva6-elegance-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 130, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002246359fc5-692d-553e-baa1-6eec6237e3f9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:00 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:01 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': None,
'category': None,
'color': 'Peinture brillante Blanc Jade',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '46359fc5-692d-553e-baa1-6eec6237e3f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/fd4d37d5e5/opel-crossland-crossland-15-d-120-ch-bva6-elegance-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'OPEL',
'model': 'CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business',
'transmission': 'automatic',
'trim': 'CROSSLAND Crossland 1.5 D 120 ch BVA6 Elegance Business',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd4d37d5e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [vpauto.fr] INFO: Saving data for fd4d37d5e5: {'created_time': 1774639215.025741, 'last_price_update_time': 1774861261.13897}
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='fd4d37d5e5') HTTP/1.1" 204 0
2026-03-30 09:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 059755ce-5c0a-5852-b88d-28d5e104088b with identifier: fcd6e935e5
2026-03-30 09:01:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 059755ce-5c0a-5852-b88d-28d5e104088b with identifier: fcd6e935e5
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 059755ce-5c0a-5852-b88d-28d5e104088b with identifier: fcd6e935e5 to the API
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27059755ce-5c0a-5852-b88d-28d5e104088b%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 059755ce-5c0a-5852-b88d-28d5e104088b: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Cosmos Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022MERCEDES CLASSE B Classe B 180 d 8G-DCT Style Line Edition\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022MERCEDES\u0022, \u0022Model\u0022: \u0022CLASSE B Classe B 180 d 8G-DCT Style Line Edition\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-10-11\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/fcd6e935e5/mercedes-classe-b-classe-b-180-d-8g-dct-style-line-edition\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CLASSE B Classe B 180 d 8G-DCT Style Line Edition\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 137, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022059755ce-5c0a-5852-b88d-28d5e104088b\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:00 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:01 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 137,
'car_expert_report_source_url': None,
'category': None,
'color': 'Cosmos Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '059755ce-5c0a-5852-b88d-28d5e104088b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/fcd6e935e5/mercedes-classe-b-classe-b-180-d-8g-dct-style-line-edition',
'listing': 'auction',
'location': '69 - LYON',
'make': 'MERCEDES',
'model': 'CLASSE B Classe B 180 d 8G-DCT Style Line Edition',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE B Classe B 180 d 8G-DCT Style Line Edition',
'transmission': 'automatic',
'trim': 'CLASSE B Classe B 180 d 8G-DCT Style Line Edition',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fcd6e935e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [vpauto.fr] INFO: Saving data for fcd6e935e5: {'created_time': 1774639216.60208, 'last_price_update_time': 1774861261.504393}
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='fcd6e935e5') HTTP/1.1" 204 0
2026-03-30 09:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with identifier: cc8d8fe05a
2026-03-30 09:01:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with identifier: cc8d8fe05a
2026-03-30 09:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9b64bd98-3f2c-5224-b47a-9d1a0abbbab3 with identifier: cc8d8fe05a to the API
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/cc8d8fe05a/renault-clio-e-tech-full-hybrid-145-engineered>
{'auction_title': '',
'c_o_2_emission_value': 96,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '9b64bd98-3f2c-5224-b47a-9d1a0abbbab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cc8d8fe05a/renault-clio-e-tech-full-hybrid-145-engineered',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'RENAULT',
'model': 'Clio E-Tech full hybrid 145 Engineered',
'odometer': 21426,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio E-Tech full hybrid 145 Engineered',
'transmission': 'automatic',
'trim': 'Clio E-Tech full hybrid 145 Engineered',
'year': 2022}
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cc8d8fe05a%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [vpauto.fr] INFO: Saving data for cc8d8fe05a: {'created_time': 1773947294.256802, 'last_price_update_time': 1774861261.886601}
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cc8d8fe05a') HTTP/1.1" 204 0
2026-03-30 09:01:01 [vpauto.fr] INFO: Found listing with ID: e12b01fb36
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e12b01fb36%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [vpauto.fr] INFO: Scrape type for e12b01fb36: 2
2026-03-30 09:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f5f6251f94/peugeot-308-bluehdi-130ch-ss-eat8-allure> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/5c8bc823bf/renault-megane-e-tech-er-ev60-130ch-optimum-charge-evolution> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/732cde7d36/citroen-c3-puretech-110-ss-eat6-shine> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:01 [vpauto.fr] INFO: Found listing with ID: 4b61cbf9bf
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274b61cbf9bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:01 [vpauto.fr] INFO: Scrape type for 4b61cbf9bf: 2
2026-03-30 09:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:01 [vpauto.fr] INFO: Found listing with ID: f0aed93e36
2026-03-30 09:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f0aed93e36%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Scrape type for f0aed93e36: 2
2026-03-30 09:01:02 [vpauto.fr] INFO: Found listing with ID: 5b09ee9ee5
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b09ee9ee5%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Scrape type for 5b09ee9ee5: 2
2026-03-30 09:01:02 [vpauto.fr] INFO: Found listing with ID: 3f4479b236
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273f4479b236%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Scrape type for 3f4479b236: 2
2026-03-30 09:01:02 [vpauto.fr] INFO: Found listing with ID: fd18563936
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd18563936%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Scrape type for fd18563936: 2
2026-03-30 09:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with identifier: f5f6251f94
2026-03-30 09:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9, identifier: f5f6251f94
2026-03-30 09:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b234a48-87d7-502f-80c0-87f6e52fd220 with identifier: 5c8bc823bf
2026-03-30 09:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b234a48-87d7-502f-80c0-87f6e52fd220 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b234a48-87d7-502f-80c0-87f6e52fd220 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 8b234a48-87d7-502f-80c0-87f6e52fd220, identifier: 5c8bc823bf
2026-03-30 09:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 951754d3-f96b-59db-b038-b00cdea83ce3 with identifier: 732cde7d36
2026-03-30 09:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 951754d3-f96b-59db-b038-b00cdea83ce3 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 951754d3-f96b-59db-b038-b00cdea83ce3 with scrape type 2
2026-03-30 09:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 951754d3-f96b-59db-b038-b00cdea83ce3, identifier: 732cde7d36
2026-03-30 09:01:02 [vpauto.fr] INFO: Found listing with ID: 2bd793e794
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bd793e794%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Scrape type for 2bd793e794: 2
2026-03-30 09:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with identifier: f5f6251f94
2026-03-30 09:01:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with identifier: f5f6251f94
2026-03-30 09:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 51fd4bf7-f0c8-5127-92a1-e8528cb71fa9 with identifier: f5f6251f94 to the API
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f5f6251f94/peugeot-308-bluehdi-130ch-ss-eat8-allure>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '51fd4bf7-f0c8-5127-92a1-e8528cb71fa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f5f6251f94/peugeot-308-bluehdi-130ch-ss-eat8-allure',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'PEUGEOT',
'model': '308 BlueHDi 130ch S&S EAT8 Allure',
'odometer': 81330,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 BlueHDi 130ch S&S EAT8 Allure',
'transmission': 'automatic',
'trim': '308 BlueHDi 130ch S&S EAT8 Allure',
'year': 2022}
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f5f6251f94%27 HTTP/1.1" 200 None
2026-03-30 09:01:02 [vpauto.fr] INFO: Saving data for f5f6251f94: {'created_time': 1774639196.643735, 'last_price_update_time': 1774861262.801141}
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f5f6251f94') HTTP/1.1" 204 0
2026-03-30 09:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 8b234a48-87d7-502f-80c0-87f6e52fd220 with identifier: 5c8bc823bf
2026-03-30 09:01:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 8b234a48-87d7-502f-80c0-87f6e52fd220 with identifier: 5c8bc823bf
2026-03-30 09:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 8b234a48-87d7-502f-80c0-87f6e52fd220 with identifier: 5c8bc823bf to the API
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/5c8bc823bf/renault-megane-e-tech-er-ev60-130ch-optimum-charge-evolution>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '8b234a48-87d7-502f-80c0-87f6e52fd220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/5c8bc823bf/renault-megane-e-tech-er-ev60-130ch-optimum-charge-evolution',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Megane E-Tech ER EV60 130ch optimum charge Evolution',
'odometer': 75637,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Megane E-Tech ER EV60 130ch optimum charge Evolution',
'transmission': 'automatic',
'trim': 'Megane E-Tech ER EV60 130ch optimum charge Evolution',
'year': 2022}
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275c8bc823bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Saving data for 5c8bc823bf: {'created_time': 1774256957.69389, 'last_price_update_time': 1774861263.266449}
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='5c8bc823bf') HTTP/1.1" 204 0
2026-03-30 09:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 951754d3-f96b-59db-b038-b00cdea83ce3 with identifier: 732cde7d36
2026-03-30 09:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 951754d3-f96b-59db-b038-b00cdea83ce3 with identifier: 732cde7d36
2026-03-30 09:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 951754d3-f96b-59db-b038-b00cdea83ce3 with identifier: 732cde7d36 to the API
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/732cde7d36/citroen-c3-puretech-110-ss-eat6-shine>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '951754d3-f96b-59db-b038-b00cdea83ce3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/732cde7d36/citroen-c3-puretech-110-ss-eat6-shine',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'C3 PureTech 110 S&S EAT6 Shine',
'odometer': 24966,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 PureTech 110 S&S EAT6 Shine',
'transmission': 'automatic',
'trim': 'C3 PureTech 110 S&S EAT6 Shine',
'year': 2022}
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27732cde7d36%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Saving data for 732cde7d36: {'created_time': 1774342898.513693, 'last_price_update_time': 1774861263.66189}
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='732cde7d36') HTTP/1.1" 204 0
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: c644a35136
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c644a35136%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for c644a35136: 2
2026-03-30 09:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/43e614ec36/bmw-serie-2-gran-tourer-f46-lci-gran-tourer-216d-116-ch-business-design> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1d8476175a/seat-arona-10-tsi-110-ch-startstop-dsg7-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d3e5d1b836/peugeot-308-308-puretech-130ch-ss-eat8-active-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: 55f8a23794
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2755f8a23794%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for 55f8a23794: 2
2026-03-30 09:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: f1dadffa5a
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f1dadffa5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for f1dadffa5a: 2
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: 3a87a38d5a
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a87a38d5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for 3a87a38d5a: 2
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: 161be1c536
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27161be1c536%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for 161be1c536: 2
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: 47a2a22b94
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747a2a22b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for 47a2a22b94: 2
2026-03-30 09:01:03 [vpauto.fr] INFO: Found listing with ID: 8358c4b3bf
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278358c4b3bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:03 [vpauto.fr] INFO: Scrape type for 8358c4b3bf: 2
2026-03-30 09:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with identifier: 43e614ec36
2026-03-30 09:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with scrape type 2
2026-03-30 09:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with scrape type 2
2026-03-30 09:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31, identifier: 43e614ec36
2026-03-30 09:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with identifier: 1d8476175a
2026-03-30 09:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with scrape type 2
2026-03-30 09:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with scrape type 2
2026-03-30 09:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2ebc9992-14e9-5b3f-a63d-bf3381f429cc, identifier: 1d8476175a
2026-03-30 09:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f01ca2f-4212-5bd1-9f40-a03805ed999b with identifier: d3e5d1b836
2026-03-30 09:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f01ca2f-4212-5bd1-9f40-a03805ed999b with scrape type 2
2026-03-30 09:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f01ca2f-4212-5bd1-9f40-a03805ed999b with scrape type 2
2026-03-30 09:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 5f01ca2f-4212-5bd1-9f40-a03805ed999b, identifier: d3e5d1b836
2026-03-30 09:01:04 [vpauto.fr] INFO: Found listing with ID: 88696ed236
2026-03-30 09:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2788696ed236%27 HTTP/1.1" 200 None
2026-03-30 09:01:04 [vpauto.fr] INFO: Scrape type for 88696ed236: 2
2026-03-30 09:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with identifier: 43e614ec36
2026-03-30 09:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with identifier: 43e614ec36
2026-03-30 09:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31 with identifier: 43e614ec36 to the API
2026-03-30 09:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/43e614ec36/bmw-serie-2-gran-tourer-f46-lci-gran-tourer-216d-116-ch-business-design>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': None,
'category': None,
'color': 'Navy blue metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1d0209ba-a0aa-5f0e-9a83-c268ec7b9c31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/43e614ec36/bmw-serie-2-gran-tourer-f46-lci-gran-tourer-216d-116-ch-business-design',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'BMW',
'model': 'SERIE 2 GRAN TOURER F46 LCI Gran Tourer 216d 116 ch Business Design',
'odometer': 177648,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-08-03',
'seats_number': 7,
'seller_name': None,
'title': 'BMW SERIE 2 GRAN TOURER F46 LCI Gran Tourer 216d 116 ch Business '
'Design',
'transmission': 'manual',
'trim': 'SERIE 2 GRAN TOURER F46 LCI Gran Tourer 216d 116 ch Business Design',
'year': 2022}
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2743e614ec36%27 HTTP/1.1" 200 None
2026-03-30 09:01:05 [vpauto.fr] INFO: Saving data for 43e614ec36: {'created_time': 1774342903.818595, 'last_price_update_time': 1774861265.542654}
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='43e614ec36') HTTP/1.1" 204 0
2026-03-30 09:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with identifier: 1d8476175a
2026-03-30 09:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with identifier: 1d8476175a
2026-03-30 09:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2ebc9992-14e9-5b3f-a63d-bf3381f429cc with identifier: 1d8476175a to the API
2026-03-30 09:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/1d8476175a/seat-arona-10-tsi-110-ch-startstop-dsg7-business>
{'auction_title': '',
'c_o_2_emission_value': 135,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2ebc9992-14e9-5b3f-a63d-bf3381f429cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1d8476175a/seat-arona-10-tsi-110-ch-startstop-dsg7-business',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'SEAT',
'model': 'Arona 1.0 TSI 110 ch Start/Stop DSG7 Business',
'odometer': 177715,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona 1.0 TSI 110 ch Start/Stop DSG7 Business',
'transmission': 'automatic',
'trim': 'Arona 1.0 TSI 110 ch Start/Stop DSG7 Business',
'year': 2022}
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271d8476175a%27 HTTP/1.1" 200 None
2026-03-30 09:01:06 [vpauto.fr] INFO: Saving data for 1d8476175a: {'created_time': 1774429431.154548, 'last_price_update_time': 1774861266.457821}
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1d8476175a') HTTP/1.1" 204 0
2026-03-30 09:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 5f01ca2f-4212-5bd1-9f40-a03805ed999b with identifier: d3e5d1b836
2026-03-30 09:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 5f01ca2f-4212-5bd1-9f40-a03805ed999b with identifier: d3e5d1b836
2026-03-30 09:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 5f01ca2f-4212-5bd1-9f40-a03805ed999b with identifier: d3e5d1b836 to the API
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/d3e5d1b836/peugeot-308-308-puretech-130ch-ss-eat8-active-pack>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5f01ca2f-4212-5bd1-9f40-a03805ed999b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d3e5d1b836/peugeot-308-308-puretech-130ch-ss-eat8-active-pack',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '308 308 PureTech 130ch S&S EAT8 Active Pack',
'odometer': 159581,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-04-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 PureTech 130ch S&S EAT8 Active Pack',
'transmission': 'automatic',
'trim': '308 308 PureTech 130ch S&S EAT8 Active Pack',
'year': 2022}
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d3e5d1b836%27 HTTP/1.1" 200 None
2026-03-30 09:01:06 [vpauto.fr] INFO: Saving data for d3e5d1b836: {'created_time': 1774342901.776918, 'last_price_update_time': 1774861266.879149}
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d3e5d1b836') HTTP/1.1" 204 0
2026-03-30 09:01:06 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 33 pages/min), scraped 7 items (at 7 items/min)
2026-03-30 09:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 196MiB
2026-03-30 09:01:06 [vpauto.fr] INFO: Found listing with ID: 90914199aa
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2790914199aa%27 HTTP/1.1" 200 None
2026-03-30 09:01:06 [vpauto.fr] INFO: Scrape type for 90914199aa: 2
2026-03-30 09:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/9bf52caa94/peugeot-508-sw-hybrid-225-e-eat8-gt> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e4c3016136/renault-clio-tce-90-evolution> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c5221bdd3a/fiat-500-hybrid-10-70-bsg-ss-dolcevita> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d68c2c5736/renault-captur-tce-100-gpl-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:06 [vpauto.fr] INFO: Found listing with ID: 96fb6dc894
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2796fb6dc894%27 HTTP/1.1" 200 None
2026-03-30 09:01:06 [vpauto.fr] INFO: Scrape type for 96fb6dc894: 2
2026-03-30 09:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:06 [vpauto.fr] INFO: Found listing with ID: 99fbd96dbf
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2799fbd96dbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:06 [vpauto.fr] INFO: Scrape type for 99fbd96dbf: 2
2026-03-30 09:01:06 [vpauto.fr] INFO: Found listing with ID: bfeeff5c36
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bfeeff5c36%27 HTTP/1.1" 200 None
2026-03-30 09:01:07 [vpauto.fr] INFO: Scrape type for bfeeff5c36: 2
2026-03-30 09:01:07 [vpauto.fr] INFO: Found listing with ID: cbade1b936
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbade1b936%27 HTTP/1.1" 200 None
2026-03-30 09:01:07 [vpauto.fr] INFO: Scrape type for cbade1b936: 2
2026-03-30 09:01:07 [vpauto.fr] INFO: Found listing with ID: d129f9ff94
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d129f9ff94%27 HTTP/1.1" 200 None
2026-03-30 09:01:07 [vpauto.fr] INFO: Scrape type for d129f9ff94: 2
2026-03-30 09:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfc14984-724e-5c6b-95fa-fac23d86c558 with identifier: 9bf52caa94
2026-03-30 09:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfc14984-724e-5c6b-95fa-fac23d86c558 with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfc14984-724e-5c6b-95fa-fac23d86c558 with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: cfc14984-724e-5c6b-95fa-fac23d86c558, identifier: 9bf52caa94
2026-03-30 09:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f1b93f0-79e1-5162-908c-c72d247ca8ff with identifier: e4c3016136
2026-03-30 09:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f1b93f0-79e1-5162-908c-c72d247ca8ff with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f1b93f0-79e1-5162-908c-c72d247ca8ff with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3f1b93f0-79e1-5162-908c-c72d247ca8ff, identifier: e4c3016136
2026-03-30 09:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 98792193-f8fb-5bbc-9b22-a70bf2ad5bb8 with identifier: c5221bdd3a, dropping item
2026-03-30 09:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b08d1ce0-e994-567f-9ac9-126d6a75fa04 with identifier: d68c2c5736
2026-03-30 09:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b08d1ce0-e994-567f-9ac9-126d6a75fa04 with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b08d1ce0-e994-567f-9ac9-126d6a75fa04 with scrape type 2
2026-03-30 09:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b08d1ce0-e994-567f-9ac9-126d6a75fa04, identifier: d68c2c5736
2026-03-30 09:01:07 [vpauto.fr] INFO: Found listing with ID: d4f261793a
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d4f261793a%27 HTTP/1.1" 200 None
2026-03-30 09:01:07 [vpauto.fr] INFO: Scrape type for d4f261793a: 2
2026-03-30 09:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: cfc14984-724e-5c6b-95fa-fac23d86c558 with identifier: 9bf52caa94
2026-03-30 09:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: cfc14984-724e-5c6b-95fa-fac23d86c558 with identifier: 9bf52caa94
2026-03-30 09:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: cfc14984-724e-5c6b-95fa-fac23d86c558 with identifier: 9bf52caa94 to the API
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/9bf52caa94/peugeot-508-sw-hybrid-225-e-eat8-gt>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': 'cfc14984-724e-5c6b-95fa-fac23d86c558',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/9bf52caa94/peugeot-508-sw-hybrid-225-e-eat8-gt',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'PEUGEOT',
'model': '508 SW Hybrid 225 e-EAT8 GT',
'odometer': 144496,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW Hybrid 225 e-EAT8 GT',
'transmission': 'automatic',
'trim': '508 SW Hybrid 225 e-EAT8 GT',
'year': 2022}
2026-03-30 09:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279bf52caa94%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Saving data for 9bf52caa94: {'created_time': 1774639206.678671, 'last_price_update_time': 1774861268.00205}
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='9bf52caa94') HTTP/1.1" 204 0
2026-03-30 09:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3f1b93f0-79e1-5162-908c-c72d247ca8ff with identifier: e4c3016136
2026-03-30 09:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3f1b93f0-79e1-5162-908c-c72d247ca8ff with identifier: e4c3016136
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3f1b93f0-79e1-5162-908c-c72d247ca8ff with identifier: e4c3016136 to the API
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273f1b93f0-79e1-5162-908c-c72d247ca8ff%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 3f1b93f0-79e1-5162-908c-c72d247ca8ff: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio TCe 90 Evolution\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio TCe 90 Evolution\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-22\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/e4c3016136/renault-clio-tce-90-evolution\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio TCe 90 Evolution\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 117, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00223f1b93f0-79e1-5162-908c-c72d247ca8ff\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:07 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:08 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3f1b93f0-79e1-5162-908c-c72d247ca8ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e4c3016136/renault-clio-tce-90-evolution',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Clio TCe 90 Evolution',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 Evolution',
'transmission': 'manual',
'trim': 'Clio TCe 90 Evolution',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e4c3016136%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Saving data for e4c3016136: {'created_time': 1774429433.429416, 'last_price_update_time': 1774861268.441759}
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e4c3016136') HTTP/1.1" 204 0
2026-03-30 09:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b08d1ce0-e994-567f-9ac9-126d6a75fa04 with identifier: d68c2c5736
2026-03-30 09:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b08d1ce0-e994-567f-9ac9-126d6a75fa04 with identifier: d68c2c5736
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b08d1ce0-e994-567f-9ac9-126d6a75fa04 with identifier: d68c2c5736 to the API
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b08d1ce0-e994-567f-9ac9-126d6a75fa04%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id b08d1ce0-e994-567f-9ac9-126d6a75fa04: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Captur TCe 100 GPL - 21 Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Captur TCe 100 GPL - 21 Business\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022ESS \u002B LPG\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-07-11\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/d68c2c5736/renault-captur-tce-100-gpl-21-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Captur TCe 100 GPL - 21 Business\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 119, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022b08d1ce0-e994-567f-9ac9-126d6a75fa04\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:08 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:08 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:08 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'ESS + LPG',
'id': 'b08d1ce0-e994-567f-9ac9-126d6a75fa04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d68c2c5736/renault-captur-tce-100-gpl-21-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Captur TCe 100 GPL - 21 Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-07-11',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur TCe 100 GPL - 21 Business',
'transmission': 'manual',
'trim': 'Captur TCe 100 GPL - 21 Business',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d68c2c5736%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Saving data for d68c2c5736: {'created_time': 1774342902.168946, 'last_price_update_time': 1774861268.78457}
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d68c2c5736') HTTP/1.1" 204 0
2026-03-30 09:01:08 [vpauto.fr] INFO: Found listing with ID: db608a4136
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db608a4136%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Scrape type for db608a4136: 2
2026-03-30 09:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/bcb52e5b94/renault-clio-tce-90-21n-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/59a057f03a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/545295f36/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:08 [vpauto.fr] INFO: Found listing with ID: db873939e5
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db873939e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Scrape type for db873939e5: 2
2026-03-30 09:01:08 [vpauto.fr] INFO: Found listing with ID: f3acf7f636
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f3acf7f636%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Scrape type for f3acf7f636: 2
2026-03-30 09:01:08 [vpauto.fr] INFO: Found listing with ID: b20626d2bf
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b20626d2bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Scrape type for b20626d2bf: 2
2026-03-30 09:01:08 [vpauto.fr] INFO: Found listing with ID: edb6a35f36
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27edb6a35f36%27 HTTP/1.1" 200 None
2026-03-30 09:01:08 [vpauto.fr] INFO: Scrape type for edb6a35f36: 2
2026-03-30 09:01:09 [vpauto.fr] INFO: Found listing with ID: db64aaf336
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db64aaf336%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [vpauto.fr] INFO: Scrape type for db64aaf336: 2
2026-03-30 09:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with identifier: bcb52e5b94
2026-03-30 09:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with scrape type 2
2026-03-30 09:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with scrape type 2
2026-03-30 09:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2b1eee3c-2e17-509d-888a-8d92ae08ffd6, identifier: bcb52e5b94
2026-03-30 09:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 59a057f03a
2026-03-30 09:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66272c4e-af44-5e52-b347-3dbee4892a10 with scrape type 1
2026-03-30 09:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 66272c4e-af44-5e52-b347-3dbee4892a10
2026-03-30 09:01:09 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 66272c4e-af44-5e52-b347-3dbee4892a10
2026-03-30 09:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 66272c4e-af44-5e52-b347-3dbee4892a10, identifier: 59a057f03a
2026-03-30 09:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 545295f36, dropping item
2026-03-30 09:01:09 [vpauto.fr] INFO: Found listing with ID: 234d445336
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27234d445336%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [vpauto.fr] INFO: Scrape type for 234d445336: 2
2026-03-30 09:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with identifier: bcb52e5b94
2026-03-30 09:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with identifier: bcb52e5b94
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2b1eee3c-2e17-509d-888a-8d92ae08ffd6 with identifier: bcb52e5b94 to the API
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272b1eee3c-2e17-509d-888a-8d92ae08ffd6%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 2b1eee3c-2e17-509d-888a-8d92ae08ffd6: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio TCe 90 - 21N Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio TCe 90 - 21N Business\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-08-12\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/bcb52e5b94/renault-clio-tce-90-21n-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio TCe 90 - 21N Business\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 117, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00222b1eee3c-2e17-509d-888a-8d92ae08ffd6\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:08 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:09 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2b1eee3c-2e17-509d-888a-8d92ae08ffd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/bcb52e5b94/renault-clio-tce-90-21n-business',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'RENAULT',
'model': 'Clio TCe 90 - 21N Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 - 21N Business',
'transmission': 'manual',
'trim': 'Clio TCe 90 - 21N Business',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bcb52e5b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [vpauto.fr] INFO: Saving data for bcb52e5b94: {'created_time': 1774639198.804702, 'last_price_update_time': 1774861269.59715}
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='bcb52e5b94') HTTP/1.1" 204 0
2026-03-30 09:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 59a057f03a
2026-03-30 09:01:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 59a057f03a
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 59a057f03a to the API
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2766272c4e-af44-5e52-b347-3dbee4892a10%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 66272c4e-af44-5e52-b347-3dbee4892a10: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT CLIO V Clio TCe 90 - 21 Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022CLIO V Clio TCe 90 - 21 Business\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-05-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/59a057f03a/renault-clio-v-clio-tce-90-21-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CLIO V Clio TCe 90 - 21 Business\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 118, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u002266272c4e-af44-5e52-b347-3dbee4892a10\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:09 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:09 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:09 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '66272c4e-af44-5e52-b347-3dbee4892a10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/59a057f03a/renault-clio-v-clio-tce-90-21-business',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'CLIO V Clio TCe 90 - 21 Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO V Clio TCe 90 - 21 Business',
'transmission': 'automatic',
'trim': 'CLIO V Clio TCe 90 - 21 Business',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2759a057f03a%27 HTTP/1.1" 200 None
2026-03-30 09:01:09 [vpauto.fr] INFO: Saving data for 59a057f03a: {'created_time': 1774861269.919056, 'last_price_update_time': 1774861269.919074}
2026-03-30 09:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='59a057f03a') HTTP/1.1" 204 0
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: b81c6b7b5a
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b81c6b7b5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for b81c6b7b5a: 2
2026-03-30 09:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/21c5af903a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/2537572d36/citroen-c3-12-110-shine-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e12b01fb36/peugeot-308-puretech-110ch-ss-bvm6-allure-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1808841994/peugeot-208-business-r-208-bluehdi-100-ss-bvm6-active-business-r> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: c1d197d494
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c1d197d494%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for c1d197d494: 2
2026-03-30 09:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: 322c55236
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27322c55236%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for 322c55236: 2
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: faba627136
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27faba627136%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for faba627136: 2
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: 1f1ddb30bf
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271f1ddb30bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for 1f1ddb30bf: 2
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: f6a9160936
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f6a9160936%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for f6a9160936: 2
2026-03-30 09:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 21c5af903a, dropping item
2026-03-30 09:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a73dfe11-5dba-56d4-8662-6f348cf3774b with identifier: 2537572d36
2026-03-30 09:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a73dfe11-5dba-56d4-8662-6f348cf3774b with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a73dfe11-5dba-56d4-8662-6f348cf3774b with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a73dfe11-5dba-56d4-8662-6f348cf3774b, identifier: 2537572d36
2026-03-30 09:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba45dcd5-de7f-516d-b77f-37d41eaa6793 with identifier: e12b01fb36
2026-03-30 09:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba45dcd5-de7f-516d-b77f-37d41eaa6793 with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba45dcd5-de7f-516d-b77f-37d41eaa6793 with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ba45dcd5-de7f-516d-b77f-37d41eaa6793, identifier: e12b01fb36
2026-03-30 09:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae221044-7db4-5b7f-b119-083c1633f299 with identifier: 1808841994
2026-03-30 09:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae221044-7db4-5b7f-b119-083c1633f299 with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae221044-7db4-5b7f-b119-083c1633f299 with scrape type 2
2026-03-30 09:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ae221044-7db4-5b7f-b119-083c1633f299, identifier: 1808841994
2026-03-30 09:01:10 [vpauto.fr] INFO: Found listing with ID: 4a455c5736
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274a455c5736%27 HTTP/1.1" 200 None
2026-03-30 09:01:10 [vpauto.fr] INFO: Scrape type for 4a455c5736: 2
2026-03-30 09:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a73dfe11-5dba-56d4-8662-6f348cf3774b with identifier: 2537572d36
2026-03-30 09:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a73dfe11-5dba-56d4-8662-6f348cf3774b with identifier: 2537572d36
2026-03-30 09:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a73dfe11-5dba-56d4-8662-6f348cf3774b with identifier: 2537572d36 to the API
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/2537572d36/citroen-c3-12-110-shine-business>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a73dfe11-5dba-56d4-8662-6f348cf3774b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/2537572d36/citroen-c3-12-110-shine-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'C3 1.2 110 SHINE BUSINESS',
'odometer': 55545,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 110 SHINE BUSINESS',
'transmission': 'automatic',
'trim': 'C3 1.2 110 SHINE BUSINESS',
'year': 2021}
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272537572d36%27 HTTP/1.1" 200 None
2026-03-30 09:01:11 [vpauto.fr] INFO: Saving data for 2537572d36: {'created_time': 1774342904.480037, 'last_price_update_time': 1774861271.266124}
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='2537572d36') HTTP/1.1" 204 0
2026-03-30 09:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ba45dcd5-de7f-516d-b77f-37d41eaa6793 with identifier: e12b01fb36
2026-03-30 09:01:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ba45dcd5-de7f-516d-b77f-37d41eaa6793 with identifier: e12b01fb36
2026-03-30 09:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ba45dcd5-de7f-516d-b77f-37d41eaa6793 with identifier: e12b01fb36 to the API
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/e12b01fb36/peugeot-308-puretech-110ch-ss-bvm6-allure-pack>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ba45dcd5-de7f-516d-b77f-37d41eaa6793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e12b01fb36/peugeot-308-puretech-110ch-ss-bvm6-allure-pack',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '308 PureTech 110ch S&S BVM6 Allure Pack',
'odometer': 58234,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 PureTech 110ch S&S BVM6 Allure Pack',
'transmission': 'manual',
'trim': '308 PureTech 110ch S&S BVM6 Allure Pack',
'year': 2021}
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e12b01fb36%27 HTTP/1.1" 200 None
2026-03-30 09:01:11 [vpauto.fr] INFO: Saving data for e12b01fb36: {'created_time': 1774429436.239713, 'last_price_update_time': 1774861271.712447}
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e12b01fb36') HTTP/1.1" 204 0
2026-03-30 09:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ae221044-7db4-5b7f-b119-083c1633f299 with identifier: 1808841994
2026-03-30 09:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ae221044-7db4-5b7f-b119-083c1633f299 with identifier: 1808841994
2026-03-30 09:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ae221044-7db4-5b7f-b119-083c1633f299 with identifier: 1808841994 to the API
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ae221044-7db4-5b7f-b119-083c1633f299%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id ae221044-7db4-5b7f-b119-083c1633f299: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 208 BUSINESS R 208 BLUEHDI 100 S\u0026S BVM6 ACTIVE BUSINESS R\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u0022208 BUSINESS R 208 BLUEHDI 100 S\u0026S BVM6 ACTIVE BUSINESS R\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-08-09\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/1808841994/peugeot-208-business-r-208-bluehdi-100-ss-bvm6-active-business-r\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022208 BUSINESS R 208 BLUEHDI 100 S\u0026S BVM6 ACTIVE BUSINESS R\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 107, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022ae221044-7db4-5b7f-b119-083c1633f299\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:11 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:12 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:12 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ae221044-7db4-5b7f-b119-083c1633f299',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1808841994/peugeot-208-business-r-208-bluehdi-100-ss-bvm6-active-business-r',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '208 BUSINESS R 208 BLUEHDI 100 S&S BVM6 ACTIVE BUSINESS R',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-09',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 BLUEHDI 100 S&S BVM6 ACTIVE BUSINESS R',
'transmission': 'automatic',
'trim': '208 BUSINESS R 208 BLUEHDI 100 S&S BVM6 ACTIVE BUSINESS R',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271808841994%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Saving data for 1808841994: {'created_time': 1774638968.581175, 'last_price_update_time': 1774861272.038167}
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1808841994') HTTP/1.1" 204 0
2026-03-30 09:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/240888b1aa/opel-crossland-15-d-120-ch-bva6-elegance> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: 2038b8123a
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272038b8123a%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for 2038b8123a: 2
2026-03-30 09:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e42f17843a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/2bd793e794/skoda-fabia-10-mpi-60-ch-bvm5-drive-125-ans> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c644a35136/peugeot-boxer-fourgon-boxer-tole-335-l3h2-bluehdi-165-ss-asphalt> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: db625bd5bf
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db625bd5bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for db625bd5bf: 2
2026-03-30 09:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: 1c04552736
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c04552736%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for 1c04552736: 2
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: 3fc22a3fe5
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273fc22a3fe5%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for 3fc22a3fe5: 2
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: f9972e3cbf
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9972e3cbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for f9972e3cbf: 2
2026-03-30 09:01:12 [vpauto.fr] INFO: Found listing with ID: 2b98a897bf
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272b98a897bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:12 [vpauto.fr] INFO: Scrape type for 2b98a897bf: 2
2026-03-30 09:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccdc952e-3f2f-5184-b106-16b77359960e with identifier: 240888b1aa
2026-03-30 09:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccdc952e-3f2f-5184-b106-16b77359960e with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccdc952e-3f2f-5184-b106-16b77359960e with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ccdc952e-3f2f-5184-b106-16b77359960e, identifier: 240888b1aa
2026-03-30 09:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: e42f17843a, dropping item
2026-03-30 09:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with identifier: 2bd793e794
2026-03-30 09:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 35a65a19-ef8c-5586-bfd5-19f2080d83f6, identifier: 2bd793e794
2026-03-30 09:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4672cefb-6bae-5784-99ee-0d6c6f81b30e with identifier: c644a35136
2026-03-30 09:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4672cefb-6bae-5784-99ee-0d6c6f81b30e with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4672cefb-6bae-5784-99ee-0d6c6f81b30e with scrape type 2
2026-03-30 09:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4672cefb-6bae-5784-99ee-0d6c6f81b30e, identifier: c644a35136
2026-03-30 09:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ccdc952e-3f2f-5184-b106-16b77359960e with identifier: 240888b1aa
2026-03-30 09:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ccdc952e-3f2f-5184-b106-16b77359960e with identifier: 240888b1aa
2026-03-30 09:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ccdc952e-3f2f-5184-b106-16b77359960e with identifier: 240888b1aa to the API
2026-03-30 09:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/240888b1aa/opel-crossland-15-d-120-ch-bva6-elegance>
{'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ccdc952e-3f2f-5184-b106-16b77359960e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/240888b1aa/opel-crossland-15-d-120-ch-bva6-elegance',
'listing': 'auction',
'location': '59 - LILLE',
'make': 'OPEL',
'model': 'Crossland 1.5 D 120 ch BVA6 Elegance',
'odometer': 98748,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland 1.5 D 120 ch BVA6 Elegance',
'transmission': 'automatic',
'trim': 'Crossland 1.5 D 120 ch BVA6 Elegance',
'year': 2022}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27240888b1aa%27 HTTP/1.1" 200 None
2026-03-30 09:01:13 [vpauto.fr] INFO: Saving data for 240888b1aa: {'created_time': 1773947303.874383, 'last_price_update_time': 1774861273.14612}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='240888b1aa') HTTP/1.1" 204 0
2026-03-30 09:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with identifier: 2bd793e794
2026-03-30 09:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with identifier: 2bd793e794
2026-03-30 09:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 35a65a19-ef8c-5586-bfd5-19f2080d83f6 with identifier: 2bd793e794 to the API
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/2bd793e794/skoda-fabia-10-mpi-60-ch-bvm5-drive-125-ans>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '35a65a19-ef8c-5586-bfd5-19f2080d83f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/2bd793e794/skoda-fabia-10-mpi-60-ch-bvm5-drive-125-ans',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'SKODA',
'model': 'Fabia 1.0 MPI 60 ch BVM5 Drive 125 ans',
'odometer': 119121,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Fabia 1.0 MPI 60 ch BVM5 Drive 125 ans',
'transmission': 'manual',
'trim': 'Fabia 1.0 MPI 60 ch BVM5 Drive 125 ans',
'year': 2021}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272bd793e794%27 HTTP/1.1" 200 None
2026-03-30 09:01:13 [vpauto.fr] INFO: Saving data for 2bd793e794: {'created_time': 1774639158.820692, 'last_price_update_time': 1774861273.508239}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='2bd793e794') HTTP/1.1" 204 0
2026-03-30 09:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4672cefb-6bae-5784-99ee-0d6c6f81b30e with identifier: c644a35136
2026-03-30 09:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4672cefb-6bae-5784-99ee-0d6c6f81b30e with identifier: c644a35136
2026-03-30 09:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4672cefb-6bae-5784-99ee-0d6c6f81b30e with identifier: c644a35136 to the API
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c644a35136/peugeot-boxer-fourgon-boxer-tole-335-l3h2-bluehdi-165-ss-asphalt>
{'auction_title': '',
'c_o_2_emission_value': 243,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4672cefb-6bae-5784-99ee-0d6c6f81b30e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c644a35136/peugeot-boxer-fourgon-boxer-tole-335-l3h2-bluehdi-165-ss-asphalt',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': 'BOXER FOURGON BOXER TOLE 335 L3H2 BLUEHDI 165 S&S ASPHALT',
'odometer': 124951,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-04',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER FOURGON BOXER TOLE 335 L3H2 BLUEHDI 165 S&S ASPHALT',
'transmission': 'manual',
'trim': 'BOXER FOURGON BOXER TOLE 335 L3H2 BLUEHDI 165 S&S ASPHALT',
'year': 2021}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c644a35136%27 HTTP/1.1" 200 None
2026-03-30 09:01:13 [vpauto.fr] INFO: Saving data for c644a35136: {'created_time': 1774342905.976797, 'last_price_update_time': 1774861273.957176}
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c644a35136') HTTP/1.1" 204 0
2026-03-30 09:01:13 [vpauto.fr] INFO: Requesting listing page 11: https://vpauto.eu/vehicle/list?page=11
2026-03-30 09:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8358c4b3bf/renault-twingo-iii-sce-65-21-zen> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/90914199aa/seat-ibiza-10-ecotsi-95-ch-ss-bvm5> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/88696ed236/renault-kangoo-express-extra-r-link-blue-dci-115> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/fd18563936/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with identifier: 8358c4b3bf
2026-03-30 09:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9d110ec0-6ec4-5bd7-b76f-f088073687b6, identifier: 8358c4b3bf
2026-03-30 09:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with identifier: 90914199aa
2026-03-30 09:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3300d5b9-e03d-5ecd-a8ee-dccfa7330426, identifier: 90914199aa
2026-03-30 09:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27c0c080-7104-5003-81d4-152308277c56 with identifier: 88696ed236
2026-03-30 09:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27c0c080-7104-5003-81d4-152308277c56 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27c0c080-7104-5003-81d4-152308277c56 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 27c0c080-7104-5003-81d4-152308277c56, identifier: 88696ed236
2026-03-30 09:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0526a8c-02b6-5121-8ea7-faeea492c331 with identifier: fd18563936
2026-03-30 09:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0526a8c-02b6-5121-8ea7-faeea492c331 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0526a8c-02b6-5121-8ea7-faeea492c331 with scrape type 2
2026-03-30 09:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: e0526a8c-02b6-5121-8ea7-faeea492c331, identifier: fd18563936
2026-03-30 09:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with identifier: 8358c4b3bf
2026-03-30 09:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with identifier: 8358c4b3bf
2026-03-30 09:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9d110ec0-6ec4-5bd7-b76f-f088073687b6 with identifier: 8358c4b3bf to the API
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279d110ec0-6ec4-5bd7-b76f-f088073687b6%27 HTTP/1.1" 200 None
2026-03-30 09:01:14 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 9d110ec0-6ec4-5bd7-b76f-f088073687b6: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Twingo III SCe 65 - 21 Zen\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Twingo III SCe 65 - 21 Zen\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-12-24\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/8358c4b3bf/renault-twingo-iii-sce-65-21-zen\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Twingo III SCe 65 - 21 Zen\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 117, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00229d110ec0-6ec4-5bd7-b76f-f088073687b6\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:14 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:14 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:14 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9d110ec0-6ec4-5bd7-b76f-f088073687b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8358c4b3bf/renault-twingo-iii-sce-65-21-zen',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Twingo III SCe 65 - 21 Zen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-12-24',
'seats_number': 4,
'seller_name': None,
'title': 'RENAULT Twingo III SCe 65 - 21 Zen',
'transmission': 'manual',
'trim': 'Twingo III SCe 65 - 21 Zen',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278358c4b3bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:14 [vpauto.fr] INFO: Saving data for 8358c4b3bf: {'created_time': 1774429481.250928, 'last_price_update_time': 1774861274.867748}
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8358c4b3bf') HTTP/1.1" 204 0
2026-03-30 09:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with identifier: 90914199aa
2026-03-30 09:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with identifier: 90914199aa
2026-03-30 09:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3300d5b9-e03d-5ecd-a8ee-dccfa7330426 with identifier: 90914199aa to the API
2026-03-30 09:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273300d5b9-e03d-5ecd-a8ee-dccfa7330426%27 HTTP/1.1" 200 None
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 3300d5b9-e03d-5ecd-a8ee-dccfa7330426: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022SEAT Ibiza 1.0 EcoTSI 95 ch S/S BVM5\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022SEAT\u0022, \u0022Model\u0022: \u0022Ibiza 1.0 EcoTSI 95 ch S/S BVM5\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-08-26\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/90914199aa/seat-ibiza-10-ecotsi-95-ch-ss-bvm5\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002259 - LILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Ibiza 1.0 EcoTSI 95 ch S/S BVM5\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 117, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00223300d5b9-e03d-5ecd-a8ee-dccfa7330426\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:14 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:15 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 117,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3300d5b9-e03d-5ecd-a8ee-dccfa7330426',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/90914199aa/seat-ibiza-10-ecotsi-95-ch-ss-bvm5',
'listing': 'auction',
'location': '59 - LILLE',
'make': 'SEAT',
'model': 'Ibiza 1.0 EcoTSI 95 ch S/S BVM5',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.0 EcoTSI 95 ch S/S BVM5',
'transmission': 'automatic',
'trim': 'Ibiza 1.0 EcoTSI 95 ch S/S BVM5',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2790914199aa%27 HTTP/1.1" 200 None
2026-03-30 09:01:15 [vpauto.fr] INFO: Saving data for 90914199aa: {'created_time': 1774429480.490363, 'last_price_update_time': 1774861275.191987}
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='90914199aa') HTTP/1.1" 204 0
2026-03-30 09:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 27c0c080-7104-5003-81d4-152308277c56 with identifier: 88696ed236
2026-03-30 09:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 27c0c080-7104-5003-81d4-152308277c56 with identifier: 88696ed236
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 27c0c080-7104-5003-81d4-152308277c56 with identifier: 88696ed236 to the API
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2727c0c080-7104-5003-81d4-152308277c56%27 HTTP/1.1" 200 None
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 27c0c080-7104-5003-81d4-152308277c56: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-01-13\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/88696ed236/renault-kangoo-express-extra-r-link-blue-dci-115\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 4, \u0022CO2EmissionValue\u0022: 148, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002227c0c080-7104-5003-81d4-152308277c56\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:14 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:15 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '27c0c080-7104-5003-81d4-152308277c56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/88696ed236/renault-kangoo-express-extra-r-link-blue-dci-115',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-01-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115',
'transmission': 'automatic',
'trim': 'KANGOO EXPRESS EXTRA R-LINK - BLUE DCI 115',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2788696ed236%27 HTTP/1.1" 200 None
2026-03-30 09:01:15 [vpauto.fr] INFO: Saving data for 88696ed236: {'created_time': 1774552300.925769, 'last_price_update_time': 1774861275.516809}
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='88696ed236') HTTP/1.1" 204 0
2026-03-30 09:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: e0526a8c-02b6-5121-8ea7-faeea492c331 with identifier: fd18563936
2026-03-30 09:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: e0526a8c-02b6-5121-8ea7-faeea492c331 with identifier: fd18563936
2026-03-30 09:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: e0526a8c-02b6-5121-8ea7-faeea492c331 with identifier: fd18563936 to the API
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/fd18563936/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e0526a8c-02b6-5121-8ea7-faeea492c331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/fd18563936/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 EXTRA R-LINK',
'odometer': 99695,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-01-18',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 '
'EXTRA R-LINK',
'transmission': 'automatic',
'trim': 'KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 EXTRA R-LINK',
'year': 2021}
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fd18563936%27 HTTP/1.1" 200 None
2026-03-30 09:01:15 [vpauto.fr] INFO: Saving data for fd18563936: {'created_time': 1774515986.508877, 'last_price_update_time': 1774861275.881911}
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='fd18563936') HTTP/1.1" 204 0
2026-03-30 09:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d4f261793a/fiat-500x-16-multijet-130-ch-sport> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d129f9ff94/jeep-compass-13-phev-t4-190-ch-at6-4xe-eawd> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/db608a4136/volkswagen-id3-204-ch-pro-performance> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/47a2a22b94/peugeot-208-puretech-100-ss-eat8-allure> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8706a50-91ba-54f6-ba5e-e819706de5d4 with identifier: d4f261793a
2026-03-30 09:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8706a50-91ba-54f6-ba5e-e819706de5d4 with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8706a50-91ba-54f6-ba5e-e819706de5d4 with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c8706a50-91ba-54f6-ba5e-e819706de5d4, identifier: d4f261793a
2026-03-30 09:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with identifier: d129f9ff94
2026-03-30 09:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: d89e587b-23a5-5b58-9daa-b0bc8e54f4f6, identifier: d129f9ff94
2026-03-30 09:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with identifier: db608a4136
2026-03-30 09:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc, identifier: db608a4136
2026-03-30 09:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: decde3e9-9b80-5324-a0fa-190074008a6e with identifier: 47a2a22b94
2026-03-30 09:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item decde3e9-9b80-5324-a0fa-190074008a6e with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item decde3e9-9b80-5324-a0fa-190074008a6e with scrape type 2
2026-03-30 09:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: decde3e9-9b80-5324-a0fa-190074008a6e, identifier: 47a2a22b94
2026-03-30 09:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c8706a50-91ba-54f6-ba5e-e819706de5d4 with identifier: d4f261793a
2026-03-30 09:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c8706a50-91ba-54f6-ba5e-e819706de5d4 with identifier: d4f261793a
2026-03-30 09:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c8706a50-91ba-54f6-ba5e-e819706de5d4 with identifier: d4f261793a to the API
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c8706a50-91ba-54f6-ba5e-e819706de5d4%27 HTTP/1.1" 200 None
2026-03-30 09:01:16 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id c8706a50-91ba-54f6-ba5e-e819706de5d4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FIAT 500X 1.6 Multijet 130 ch Sport\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FIAT\u0022, \u0022Model\u0022: \u0022500X 1.6 Multijet 130 ch Sport\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.6L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-04-12\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/d4f261793a/fiat-500x-16-multijet-130-ch-sport\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022500X 1.6 Multijet 130 ch Sport\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 140, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022c8706a50-91ba-54f6-ba5e-e819706de5d4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:16 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:16 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:16 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 140,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c8706a50-91ba-54f6-ba5e-e819706de5d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d4f261793a/fiat-500x-16-multijet-130-ch-sport',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FIAT',
'model': '500X 1.6 Multijet 130 ch Sport',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT 500X 1.6 Multijet 130 ch Sport',
'transmission': 'manual',
'trim': '500X 1.6 Multijet 130 ch Sport',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d4f261793a%27 HTTP/1.1" 200 None
2026-03-30 09:01:16 [vpauto.fr] INFO: Saving data for d4f261793a: {'created_time': 1774639136.809538, 'last_price_update_time': 1774861276.823703}
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d4f261793a') HTTP/1.1" 204 0
2026-03-30 09:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with identifier: d129f9ff94
2026-03-30 09:01:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with identifier: d129f9ff94
2026-03-30 09:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: d89e587b-23a5-5b58-9daa-b0bc8e54f4f6 with identifier: d129f9ff94 to the API
2026-03-30 09:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d89e587b-23a5-5b58-9daa-b0bc8e54f4f6%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id d89e587b-23a5-5b58-9daa-b0bc8e54f4f6: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022JEEP Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022JEEP\u0022, \u0022Model\u0022: \u0022Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.3L\u0022, \u0022FuelType\u0022: \u0022ESS \u002B ELEC HR\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-12-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/d129f9ff94/jeep-compass-13-phev-t4-190-ch-at6-4xe-eawd\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 45, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022d89e587b-23a5-5b58-9daa-b0bc8e54f4f6\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:16 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 45,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': 'd89e587b-23a5-5b58-9daa-b0bc8e54f4f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d129f9ff94/jeep-compass-13-phev-t4-190-ch-at6-4xe-eawd',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'JEEP',
'model': 'Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD',
'transmission': 'automatic',
'trim': 'Compass 1.3 PHEV T4 190 ch AT6 4xe eAWD',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d129f9ff94%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [vpauto.fr] INFO: Saving data for d129f9ff94: {'created_time': 1774639270.232558, 'last_price_update_time': 1774861277.175535}
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d129f9ff94') HTTP/1.1" 204 0
2026-03-30 09:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with identifier: db608a4136
2026-03-30 09:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with identifier: db608a4136
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc with identifier: db608a4136 to the API
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271f9ec350-ed6b-5ff6-a859-2dbecb8f06dc%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022VOLKSWAGEN ID.3 204 ch Pro Performance\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022VOLKSWAGEN\u0022, \u0022Model\u0022: \u0022ID.3 204 ch Pro Performance\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-03-25\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/db608a4136/volkswagen-id3-204-ch-pro-performance\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022ID.3 204 ch Pro Performance\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: null, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00221f9ec350-ed6b-5ff6-a859-2dbecb8f06dc\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:16 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '1f9ec350-ed6b-5ff6-a859-2dbecb8f06dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/db608a4136/volkswagen-id3-204-ch-pro-performance',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'VOLKSWAGEN',
'model': 'ID.3 204 ch Pro Performance',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 204 ch Pro Performance',
'transmission': 'automatic',
'trim': 'ID.3 204 ch Pro Performance',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db608a4136%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [vpauto.fr] INFO: Saving data for db608a4136: {'created_time': 1774342917.063142, 'last_price_update_time': 1774861277.492505}
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='db608a4136') HTTP/1.1" 204 0
2026-03-30 09:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: decde3e9-9b80-5324-a0fa-190074008a6e with identifier: 47a2a22b94
2026-03-30 09:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: decde3e9-9b80-5324-a0fa-190074008a6e with identifier: 47a2a22b94
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: decde3e9-9b80-5324-a0fa-190074008a6e with identifier: 47a2a22b94 to the API
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27decde3e9-9b80-5324-a0fa-190074008a6e%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id decde3e9-9b80-5324-a0fa-190074008a6e: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 208 PureTech 100 S\u0026S EAT8 Allure\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u0022208 PureTech 100 S\u0026S EAT8 Allure\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-03-25\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/47a2a22b94/peugeot-208-puretech-100-ss-eat8-allure\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022208 PureTech 100 S\u0026S EAT8 Allure\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 123, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022decde3e9-9b80-5324-a0fa-190074008a6e\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:17 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:17 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'decde3e9-9b80-5324-a0fa-190074008a6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/47a2a22b94/peugeot-208-puretech-100-ss-eat8-allure',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'PEUGEOT',
'model': '208 PureTech 100 S&S EAT8 Allure',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 PureTech 100 S&S EAT8 Allure',
'transmission': 'automatic',
'trim': '208 PureTech 100 S&S EAT8 Allure',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747a2a22b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:17 [vpauto.fr] INFO: Saving data for 47a2a22b94: {'created_time': 1774639149.246365, 'last_price_update_time': 1774861277.772315}
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='47a2a22b94') HTTP/1.1" 204 0
2026-03-30 09:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/edb6a35f36/fiat-doblo-cargo-ft-13-multijet-95-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/234d445336/renault-clio-e-tech-140-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/db64aaf336/renault-clio-e-tech-140-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b81c6b7b5a/ds-ds-3-crossback-electrique-ds3-crossback-e-tense-grand-chic> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfa1828b-798c-5d3b-8400-daa6ccd2da40 with identifier: edb6a35f36
2026-03-30 09:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfa1828b-798c-5d3b-8400-daa6ccd2da40 with scrape type 2
2026-03-30 09:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfa1828b-798c-5d3b-8400-daa6ccd2da40 with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: dfa1828b-798c-5d3b-8400-daa6ccd2da40, identifier: edb6a35f36
2026-03-30 09:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f4709d1-3956-546c-86f3-b12adb8a061f with identifier: 234d445336
2026-03-30 09:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f4709d1-3956-546c-86f3-b12adb8a061f with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f4709d1-3956-546c-86f3-b12adb8a061f with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 1f4709d1-3956-546c-86f3-b12adb8a061f, identifier: 234d445336
2026-03-30 09:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with identifier: db64aaf336
2026-03-30 09:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454, identifier: db64aaf336
2026-03-30 09:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57024187-0b53-56ff-a901-404cf3363f2d with identifier: b81c6b7b5a
2026-03-30 09:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57024187-0b53-56ff-a901-404cf3363f2d with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57024187-0b53-56ff-a901-404cf3363f2d with scrape type 2
2026-03-30 09:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 57024187-0b53-56ff-a901-404cf3363f2d, identifier: b81c6b7b5a
2026-03-30 09:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: dfa1828b-798c-5d3b-8400-daa6ccd2da40 with identifier: edb6a35f36
2026-03-30 09:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: dfa1828b-798c-5d3b-8400-daa6ccd2da40 with identifier: edb6a35f36
2026-03-30 09:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: dfa1828b-798c-5d3b-8400-daa6ccd2da40 with identifier: edb6a35f36 to the API
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/edb6a35f36/fiat-doblo-cargo-ft-13-multijet-95-pack>
{'auction_title': '',
'c_o_2_emission_value': 158,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dfa1828b-798c-5d3b-8400-daa6ccd2da40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/edb6a35f36/fiat-doblo-cargo-ft-13-multijet-95-pack',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'FIAT',
'model': 'DOBLO CARGO Ft 1.3 Multijet 95 PACK',
'odometer': 21818,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-10-22',
'seats_number': 2,
'seller_name': None,
'title': 'FIAT DOBLO CARGO Ft 1.3 Multijet 95 PACK',
'transmission': 'automatic',
'trim': 'DOBLO CARGO Ft 1.3 Multijet 95 PACK',
'year': 2020}
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27edb6a35f36%27 HTTP/1.1" 200 None
2026-03-30 09:01:18 [vpauto.fr] INFO: Saving data for edb6a35f36: {'created_time': 1774342911.998832, 'last_price_update_time': 1774861278.693331}
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='edb6a35f36') HTTP/1.1" 204 0
2026-03-30 09:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 1f4709d1-3956-546c-86f3-b12adb8a061f with identifier: 234d445336
2026-03-30 09:01:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 1f4709d1-3956-546c-86f3-b12adb8a061f with identifier: 234d445336
2026-03-30 09:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 1f4709d1-3956-546c-86f3-b12adb8a061f with identifier: 234d445336 to the API
2026-03-30 09:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/234d445336/renault-clio-e-tech-140-business>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': None,
'category': None,
'color': 'GLACIER WHITE',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '1f4709d1-3956-546c-86f3-b12adb8a061f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/234d445336/renault-clio-e-tech-140-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Clio E-Tech 140 Business',
'odometer': 57351,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio E-Tech 140 Business',
'transmission': 'automatic',
'trim': 'Clio E-Tech 140 Business',
'year': 2020}
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27234d445336%27 HTTP/1.1" 200 None
2026-03-30 09:01:19 [vpauto.fr] INFO: Saving data for 234d445336: {'created_time': 1774515915.810861, 'last_price_update_time': 1774861279.157893}
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='234d445336') HTTP/1.1" 204 0
2026-03-30 09:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with identifier: db64aaf336
2026-03-30 09:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with identifier: db64aaf336
2026-03-30 09:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 1ca9ddbd-4c3e-5ce0-8baf-e4172386b454 with identifier: db64aaf336 to the API
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/db64aaf336/renault-clio-e-tech-140-business>
{'auction_title': '',
'c_o_2_emission_value': 98,
'car_expert_report_source_url': None,
'category': None,
'color': 'GLACIER WHITE',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '1ca9ddbd-4c3e-5ce0-8baf-e4172386b454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/db64aaf336/renault-clio-e-tech-140-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Clio E-Tech 140 Business',
'odometer': 57182,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio E-Tech 140 Business',
'transmission': 'automatic',
'trim': 'Clio E-Tech 140 Business',
'year': 2020}
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db64aaf336%27 HTTP/1.1" 200 None
2026-03-30 09:01:19 [vpauto.fr] INFO: Saving data for db64aaf336: {'created_time': 1774515917.474066, 'last_price_update_time': 1774861279.557294}
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='db64aaf336') HTTP/1.1" 204 0
2026-03-30 09:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 57024187-0b53-56ff-a901-404cf3363f2d with identifier: b81c6b7b5a
2026-03-30 09:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 57024187-0b53-56ff-a901-404cf3363f2d with identifier: b81c6b7b5a
2026-03-30 09:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 57024187-0b53-56ff-a901-404cf3363f2d with identifier: b81c6b7b5a to the API
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/b81c6b7b5a/ds-ds-3-crossback-electrique-ds3-crossback-e-tense-grand-chic>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '57024187-0b53-56ff-a901-404cf3363f2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b81c6b7b5a/ds-ds-3-crossback-electrique-ds3-crossback-e-tense-grand-chic',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'DS',
'model': '3 CROSSBACK ELECTRIQUE Ds3 Crossback E-tense Grand Chic',
'odometer': 57992,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 CROSSBACK ELECTRIQUE Ds3 Crossback E-tense Grand Chic',
'transmission': 'automatic',
'trim': '3 CROSSBACK ELECTRIQUE Ds3 Crossback E-tense Grand Chic',
'year': 2020}
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b81c6b7b5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:20 [vpauto.fr] INFO: Saving data for b81c6b7b5a: {'created_time': 1774033960.520061, 'last_price_update_time': 1774861280.04903}
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b81c6b7b5a') HTTP/1.1" 204 0
2026-03-30 09:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/2038b8123a/citroen-jumpy-combi-jumpy-m-bluehdi-120-ss-bvm6-confort> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/4a455c5736/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f6a9160936/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1f1ddb30bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a3d2226-41b2-570c-b77b-2d085d10b556 with identifier: 2038b8123a
2026-03-30 09:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a3d2226-41b2-570c-b77b-2d085d10b556 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a3d2226-41b2-570c-b77b-2d085d10b556 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3a3d2226-41b2-570c-b77b-2d085d10b556, identifier: 2038b8123a
2026-03-30 09:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a668767d-5f89-5f77-b583-01eda1c332a6 with identifier: 4a455c5736
2026-03-30 09:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a668767d-5f89-5f77-b583-01eda1c332a6 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a668767d-5f89-5f77-b583-01eda1c332a6 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a668767d-5f89-5f77-b583-01eda1c332a6, identifier: 4a455c5736
2026-03-30 09:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9633b6f8-9fc9-5d96-a454-a7625da11a56 with identifier: f6a9160936
2026-03-30 09:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9633b6f8-9fc9-5d96-a454-a7625da11a56 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9633b6f8-9fc9-5d96-a454-a7625da11a56 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9633b6f8-9fc9-5d96-a454-a7625da11a56, identifier: f6a9160936
2026-03-30 09:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with identifier: 1f1ddb30bf
2026-03-30 09:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with scrape type 2
2026-03-30 09:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 658b4887-8c24-50ab-9e0c-01bc37d41aa3, identifier: 1f1ddb30bf
2026-03-30 09:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3a3d2226-41b2-570c-b77b-2d085d10b556 with identifier: 2038b8123a
2026-03-30 09:01:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3a3d2226-41b2-570c-b77b-2d085d10b556 with identifier: 2038b8123a
2026-03-30 09:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3a3d2226-41b2-570c-b77b-2d085d10b556 with identifier: 2038b8123a to the API
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/2038b8123a/citroen-jumpy-combi-jumpy-m-bluehdi-120-ss-bvm6-confort>
{'auction_title': '',
'c_o_2_emission_value': 128,
'car_expert_report_source_url': None,
'category': None,
'color': 'Beige Clair',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3a3d2226-41b2-570c-b77b-2d085d10b556',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/2038b8123a/citroen-jumpy-combi-jumpy-m-bluehdi-120-ss-bvm6-confort',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'CITROEN',
'model': 'JUMPY COMBI Jumpy M BlueHDi 120 S&S BVM6 Confort',
'odometer': 128998,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-02-28',
'seats_number': 9,
'seller_name': None,
'title': 'CITROEN JUMPY COMBI Jumpy M BlueHDi 120 S&S BVM6 Confort',
'transmission': 'manual',
'trim': 'JUMPY COMBI Jumpy M BlueHDi 120 S&S BVM6 Confort',
'year': 2020}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272038b8123a%27 HTTP/1.1" 200 None
2026-03-30 09:01:21 [vpauto.fr] INFO: Saving data for 2038b8123a: {'created_time': 1774639116.334908, 'last_price_update_time': 1774861281.017336}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='2038b8123a') HTTP/1.1" 204 0
2026-03-30 09:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a668767d-5f89-5f77-b583-01eda1c332a6 with identifier: 4a455c5736
2026-03-30 09:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a668767d-5f89-5f77-b583-01eda1c332a6 with identifier: 4a455c5736
2026-03-30 09:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a668767d-5f89-5f77-b583-01eda1c332a6 with identifier: 4a455c5736 to the API
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/4a455c5736/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link>
{'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a668767d-5f89-5f77-b583-01eda1c332a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/4a455c5736/renault-kangoo-express-kangoo-express-grand-volume-blue-dci-95-extra-r-link',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 EXTRA R-LINK',
'odometer': 128155,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-12-02',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 '
'EXTRA R-LINK',
'transmission': 'manual',
'trim': 'KANGOO EXPRESS KANGOO EXPRESS GRAND VOLUME BLUE DCI 95 EXTRA R-LINK',
'year': 2020}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274a455c5736%27 HTTP/1.1" 200 None
2026-03-30 09:01:21 [vpauto.fr] INFO: Saving data for 4a455c5736: {'created_time': 1774552304.07215, 'last_price_update_time': 1774861281.343786}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='4a455c5736') HTTP/1.1" 204 0
2026-03-30 09:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9633b6f8-9fc9-5d96-a454-a7625da11a56 with identifier: f6a9160936
2026-03-30 09:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9633b6f8-9fc9-5d96-a454-a7625da11a56 with identifier: f6a9160936
2026-03-30 09:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9633b6f8-9fc9-5d96-a454-a7625da11a56 with identifier: f6a9160936 to the API
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f6a9160936/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium-pack>
{'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9633b6f8-9fc9-5d96-a454-a7625da11a56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f6a9160936/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium-pack',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM PACK',
'odometer': 114930,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-10-20',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM PACK',
'transmission': 'automatic',
'trim': '308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM PACK',
'year': 2020}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f6a9160936%27 HTTP/1.1" 200 None
2026-03-30 09:01:21 [vpauto.fr] INFO: Saving data for f6a9160936: {'created_time': 1774515919.360328, 'last_price_update_time': 1774861281.734714}
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f6a9160936') HTTP/1.1" 204 0
2026-03-30 09:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with identifier: 1f1ddb30bf
2026-03-30 09:01:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with identifier: 1f1ddb30bf
2026-03-30 09:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 658b4887-8c24-50ab-9e0c-01bc37d41aa3 with identifier: 1f1ddb30bf to the API
2026-03-30 09:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/1f1ddb30bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': None,
'category': None,
'color': 'Rouge Fonc',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '658b4887-8c24-50ab-9e0c-01bc37d41aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1f1ddb30bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'odometer': 97416,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-01-07',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'transmission': 'manual',
'trim': 'C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'year': 2020}
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271f1ddb30bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:22 [vpauto.fr] INFO: Saving data for 1f1ddb30bf: {'created_time': 1774293484.786364, 'last_price_update_time': 1774861282.140236}
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1f1ddb30bf') HTTP/1.1" 204 0
2026-03-30 09:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f9972e3cbf/renault-clio-v-clio-blue-dci-85-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=11> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/3fc22a3fe5/peugeot-expert-fourgon-expert-fgn-tole-standard-20-bluehdi-120-ss-bvm6-asphalt> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/2b98a897bf/peugeot-boxer-tole-335-l2h2-bluehdi-165-ss-asphalt> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31933f54-630b-50cb-b640-574bf37c25c8 with identifier: f9972e3cbf
2026-03-30 09:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31933f54-630b-50cb-b640-574bf37c25c8 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31933f54-630b-50cb-b640-574bf37c25c8 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 31933f54-630b-50cb-b640-574bf37c25c8, identifier: f9972e3cbf
2026-03-30 09:01:22 [vpauto.fr] INFO: Found 81 ads on page 11
2026-03-30 09:01:22 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:22 [vpauto.fr] INFO: Scrape type for 427599a0e5: 2
2026-03-30 09:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25dbe612-d688-57c4-9f33-51f014d458d6 with identifier: 3fc22a3fe5
2026-03-30 09:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25dbe612-d688-57c4-9f33-51f014d458d6 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25dbe612-d688-57c4-9f33-51f014d458d6 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 25dbe612-d688-57c4-9f33-51f014d458d6, identifier: 3fc22a3fe5
2026-03-30 09:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with identifier: 2b98a897bf
2026-03-30 09:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with scrape type 2
2026-03-30 09:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6e9317cc-4e18-5f25-8b07-6bac51d1c216, identifier: 2b98a897bf
2026-03-30 09:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 31933f54-630b-50cb-b640-574bf37c25c8 with identifier: f9972e3cbf
2026-03-30 09:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 31933f54-630b-50cb-b640-574bf37c25c8 with identifier: f9972e3cbf
2026-03-30 09:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 31933f54-630b-50cb-b640-574bf37c25c8 with identifier: f9972e3cbf to the API
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f9972e3cbf/renault-clio-v-clio-blue-dci-85-business>
{'auction_title': '',
'c_o_2_emission_value': 110,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '31933f54-630b-50cb-b640-574bf37c25c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f9972e3cbf/renault-clio-v-clio-blue-dci-85-business',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'CLIO V Clio Blue Dci 85 Business',
'odometer': 147300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO V Clio Blue Dci 85 Business',
'transmission': 'manual',
'trim': 'CLIO V Clio Blue Dci 85 Business',
'year': 2020}
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9972e3cbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:23 [vpauto.fr] INFO: Saving data for f9972e3cbf: {'created_time': 1774256946.120604, 'last_price_update_time': 1774861283.056605}
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f9972e3cbf') HTTP/1.1" 204 0
2026-03-30 09:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 25dbe612-d688-57c4-9f33-51f014d458d6 with identifier: 3fc22a3fe5
2026-03-30 09:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 25dbe612-d688-57c4-9f33-51f014d458d6 with identifier: 3fc22a3fe5
2026-03-30 09:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 25dbe612-d688-57c4-9f33-51f014d458d6 with identifier: 3fc22a3fe5 to the API
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/3fc22a3fe5/peugeot-expert-fourgon-expert-fgn-tole-standard-20-bluehdi-120-ss-bvm6-asphalt>
{'auction_title': '',
'c_o_2_emission_value': 189,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '25dbe612-d688-57c4-9f33-51f014d458d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/3fc22a3fe5/peugeot-expert-fourgon-expert-fgn-tole-standard-20-bluehdi-120-ss-bvm6-asphalt',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': 'EXPERT FOURGON EXPERT FGN TOLE STANDARD 2.0 BLUEHDI 120 S&S BVM6 '
'ASPHALT',
'odometer': 138150,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-12-30',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON EXPERT FGN TOLE STANDARD 2.0 BLUEHDI 120 S&S '
'BVM6 ASPHALT',
'transmission': 'manual',
'trim': 'EXPERT FOURGON EXPERT FGN TOLE STANDARD 2.0 BLUEHDI 120 S&S BVM6 '
'ASPHALT',
'year': 2020}
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273fc22a3fe5%27 HTTP/1.1" 200 None
2026-03-30 09:01:23 [vpauto.fr] INFO: Saving data for 3fc22a3fe5: {'created_time': 1774638995.430017, 'last_price_update_time': 1774861283.967869}
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='3fc22a3fe5') HTTP/1.1" 204 0
2026-03-30 09:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with identifier: 2b98a897bf
2026-03-30 09:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with identifier: 2b98a897bf
2026-03-30 09:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6e9317cc-4e18-5f25-8b07-6bac51d1c216 with identifier: 2b98a897bf to the API
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/2b98a897bf/peugeot-boxer-tole-335-l2h2-bluehdi-165-ss-asphalt>
{'auction_title': '',
'c_o_2_emission_value': 260,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-04-04T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6e9317cc-4e18-5f25-8b07-6bac51d1c216',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/2b98a897bf/peugeot-boxer-tole-335-l2h2-bluehdi-165-ss-asphalt',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'PEUGEOT',
'model': 'BOXER TOLE 335 L2H2 BLUEHDI 165 S&S ASPHALT',
'odometer': 162205,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-12-14',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER TOLE 335 L2H2 BLUEHDI 165 S&S ASPHALT',
'transmission': 'manual',
'trim': 'BOXER TOLE 335 L2H2 BLUEHDI 165 S&S ASPHALT',
'year': 2020}
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272b98a897bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Saving data for 2b98a897bf: {'auction_closing_time': 1775296800.0, 'created_time': 1774256903.262052, 'last_price_update_time': 1774861284.261321}
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='2b98a897bf') HTTP/1.1" 204 0
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 7f056cce36: 2
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 167bb37f36: 2
2026-03-30 09:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1c04552736/renault-kangoo-express-kangoo-express-blue-dci-80-confort> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/322c55236/renault-captur-e-tech-plug-in-160-intens> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/faba627136/citroen-c3-c3-puretech-83-ss-bvm5-feel> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 2
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 2
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 2
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 2
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for 8f3508e5: 2
2026-03-30 09:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b744ee1-1359-5f08-86e3-51cec73de84b with identifier: 1c04552736
2026-03-30 09:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b744ee1-1359-5f08-86e3-51cec73de84b with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b744ee1-1359-5f08-86e3-51cec73de84b with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 0b744ee1-1359-5f08-86e3-51cec73de84b, identifier: 1c04552736
2026-03-30 09:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1b556c0-d71b-5841-93fd-d48cd849bf26 with identifier: 322c55236
2026-03-30 09:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1b556c0-d71b-5841-93fd-d48cd849bf26 with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1b556c0-d71b-5841-93fd-d48cd849bf26 with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f1b556c0-d71b-5841-93fd-d48cd849bf26, identifier: 322c55236
2026-03-30 09:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b20f6d89-e13f-5a29-8dcb-df56e8265a78 with identifier: faba627136
2026-03-30 09:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b20f6d89-e13f-5a29-8dcb-df56e8265a78 with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b20f6d89-e13f-5a29-8dcb-df56e8265a78 with scrape type 2
2026-03-30 09:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b20f6d89-e13f-5a29-8dcb-df56e8265a78, identifier: faba627136
2026-03-30 09:01:24 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:01:24 [vpauto.fr] INFO: Scrape type for b486e66e36: 2
2026-03-30 09:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 0b744ee1-1359-5f08-86e3-51cec73de84b with identifier: 1c04552736
2026-03-30 09:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 0b744ee1-1359-5f08-86e3-51cec73de84b with identifier: 1c04552736
2026-03-30 09:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 0b744ee1-1359-5f08-86e3-51cec73de84b with identifier: 1c04552736 to the API
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/1c04552736/renault-kangoo-express-kangoo-express-blue-dci-80-confort>
{'auction_title': '',
'c_o_2_emission_value': 151,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0b744ee1-1359-5f08-86e3-51cec73de84b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1c04552736/renault-kangoo-express-kangoo-express-blue-dci-80-confort',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS KANGOO EXPRESS BLUE DCI 80 CONFORT',
'odometer': 134358,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-06-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS KANGOO EXPRESS BLUE DCI 80 CONFORT',
'transmission': 'automatic',
'trim': 'KANGOO EXPRESS KANGOO EXPRESS BLUE DCI 80 CONFORT',
'year': 2020}
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271c04552736%27 HTTP/1.1" 200 None
2026-03-30 09:01:25 [vpauto.fr] INFO: Saving data for 1c04552736: {'created_time': 1774342911.580703, 'last_price_update_time': 1774861285.446258}
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1c04552736') HTTP/1.1" 204 0
2026-03-30 09:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f1b556c0-d71b-5841-93fd-d48cd849bf26 with identifier: 322c55236
2026-03-30 09:01:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f1b556c0-d71b-5841-93fd-d48cd849bf26 with identifier: 322c55236
2026-03-30 09:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f1b556c0-d71b-5841-93fd-d48cd849bf26 with identifier: 322c55236 to the API
2026-03-30 09:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/322c55236/renault-captur-e-tech-plug-in-160-intens>
{'auction_title': '',
'c_o_2_emission_value': 34,
'car_expert_report_source_url': None,
'category': None,
'color': 'pearly white',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': 'f1b556c0-d71b-5841-93fd-d48cd849bf26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/322c55236/renault-captur-e-tech-plug-in-160-intens',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Captur E-Tech Plug-in 160 Intens',
'odometer': 76826,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur E-Tech Plug-in 160 Intens',
'transmission': 'automatic',
'trim': 'Captur E-Tech Plug-in 160 Intens',
'year': 2020}
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27322c55236%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Saving data for 322c55236: {'created_time': 1774515977.606557, 'last_price_update_time': 1774861286.256634}
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='322c55236') HTTP/1.1" 204 0
2026-03-30 09:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b20f6d89-e13f-5a29-8dcb-df56e8265a78 with identifier: faba627136
2026-03-30 09:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b20f6d89-e13f-5a29-8dcb-df56e8265a78 with identifier: faba627136
2026-03-30 09:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b20f6d89-e13f-5a29-8dcb-df56e8265a78 with identifier: faba627136 to the API
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/faba627136/citroen-c3-c3-puretech-83-ss-bvm5-feel>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'b20f6d89-e13f-5a29-8dcb-df56e8265a78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/faba627136/citroen-c3-c3-puretech-83-ss-bvm5-feel',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'C3 C3 PureTech 83 S&S BVM5 Feel',
'odometer': 77495,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 C3 PureTech 83 S&S BVM5 Feel',
'transmission': 'automatic',
'trim': 'C3 C3 PureTech 83 S&S BVM5 Feel',
'year': 2020}
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27faba627136%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Saving data for faba627136: {'created_time': 1774342909.244387, 'last_price_update_time': 1774861286.592361}
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='faba627136') HTTP/1.1" 204 0
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for b95a84379e: 2
2026-03-30 09:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b20626d2bf/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c1d197d494/ford-ranger-double-cabine-20-ecoblue-170-bv10-limited> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/db873939e5/hyundai-tucson-16-t-gdi-creative> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/db625bd5bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 2
2026-03-30 09:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for ee86c52194: 2
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 2
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 2
2026-03-30 09:01:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:01:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 2
2026-03-30 09:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 022be9e7-180c-5f89-a233-e047160195d0 with identifier: b20626d2bf
2026-03-30 09:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 022be9e7-180c-5f89-a233-e047160195d0 with scrape type 2
2026-03-30 09:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 022be9e7-180c-5f89-a233-e047160195d0 with scrape type 2
2026-03-30 09:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 022be9e7-180c-5f89-a233-e047160195d0, identifier: b20626d2bf
2026-03-30 09:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb48d47-4659-5548-8d3e-11fa7111409b with identifier: c1d197d494
2026-03-30 09:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb48d47-4659-5548-8d3e-11fa7111409b with scrape type 2
2026-03-30 09:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fb48d47-4659-5548-8d3e-11fa7111409b with scrape type 2
2026-03-30 09:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 7fb48d47-4659-5548-8d3e-11fa7111409b, identifier: c1d197d494
2026-03-30 09:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with identifier: db873939e5
2026-03-30 09:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with scrape type 2
2026-03-30 09:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with scrape type 2
2026-03-30 09:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: d85ca3f8-1668-5438-999b-dd3bc6cc7e07, identifier: db873939e5
2026-03-30 09:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with identifier: db625bd5bf
2026-03-30 09:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with scrape type 2
2026-03-30 09:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with scrape type 2
2026-03-30 09:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 49bc8d7a-84bd-585a-ba35-c4940c9fe32f, identifier: db625bd5bf
2026-03-30 09:01:27 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:27 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 2
2026-03-30 09:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 022be9e7-180c-5f89-a233-e047160195d0 with identifier: b20626d2bf
2026-03-30 09:01:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 022be9e7-180c-5f89-a233-e047160195d0 with identifier: b20626d2bf
2026-03-30 09:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 022be9e7-180c-5f89-a233-e047160195d0 with identifier: b20626d2bf to the API
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27022be9e7-180c-5f89-a233-e047160195d0%27 HTTP/1.1" 200 None
2026-03-30 09:01:27 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 022be9e7-180c-5f89-a233-e047160195d0: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Navy blue\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S\u0026S BVM6 PREMIUM\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u0022308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S\u0026S BVM6 PREMIUM\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-06-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b20626d2bf/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S\u0026S BVM6 PREMIUM\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 118, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022022be9e7-180c-5f89-a233-e047160195d0\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:26 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:27 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:27 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 118,
'car_expert_report_source_url': None,
'category': None,
'color': 'Navy blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '022be9e7-180c-5f89-a233-e047160195d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b20626d2bf/peugeot-308-affaire-308-affaire-bluehdi-100-ss-bvm6-premium',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'PEUGEOT',
'model': '308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-06-10',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM',
'transmission': 'manual',
'trim': '308 AFFAIRE 308 AFFAIRE BLUEHDI 100 S&S BVM6 PREMIUM',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b20626d2bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:27 [vpauto.fr] INFO: Saving data for b20626d2bf: {'created_time': 1774293497.196828, 'last_price_update_time': 1774861287.623375}
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b20626d2bf') HTTP/1.1" 204 0
2026-03-30 09:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 7fb48d47-4659-5548-8d3e-11fa7111409b with identifier: c1d197d494
2026-03-30 09:01:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 7fb48d47-4659-5548-8d3e-11fa7111409b with identifier: c1d197d494
2026-03-30 09:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 7fb48d47-4659-5548-8d3e-11fa7111409b with identifier: c1d197d494 to the API
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c1d197d494/ford-ranger-double-cabine-20-ecoblue-170-bv10-limited>
{'auction_title': '',
'c_o_2_emission_value': 233,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Clair',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7fb48d47-4659-5548-8d3e-11fa7111409b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c1d197d494/ford-ranger-double-cabine-20-ecoblue-170-bv10-limited',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FORD',
'model': 'RANGER DOUBLE CABINE 2.0 ECOBLUE 170 BV10 LIMITED',
'odometer': 75000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-07-08',
'seats_number': 4,
'seller_name': None,
'title': 'FORD RANGER DOUBLE CABINE 2.0 ECOBLUE 170 BV10 LIMITED',
'transmission': 'automatic',
'trim': 'RANGER DOUBLE CABINE 2.0 ECOBLUE 170 BV10 LIMITED',
'year': 2020}
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c1d197d494%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Saving data for c1d197d494: {'created_time': 1774639122.266355, 'last_price_update_time': 1774861288.091714}
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c1d197d494') HTTP/1.1" 204 0
2026-03-30 09:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with identifier: db873939e5
2026-03-30 09:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with identifier: db873939e5
2026-03-30 09:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: d85ca3f8-1668-5438-999b-dd3bc6cc7e07 with identifier: db873939e5 to the API
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d85ca3f8-1668-5438-999b-dd3bc6cc7e07%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id d85ca3f8-1668-5438-999b-dd3bc6cc7e07: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022HYUNDAI TUCSON 1.6 T-GDI CREATIVE\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022HYUNDAI\u0022, \u0022Model\u0022: \u0022TUCSON 1.6 T-GDI CREATIVE\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.6L\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-07-16\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/db873939e5/hyundai-tucson-16-t-gdi-creative\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022TUCSON 1.6 T-GDI CREATIVE\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 145, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022d85ca3f8-1668-5438-999b-dd3bc6cc7e07\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:27 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:28 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:28 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 145,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': 'd85ca3f8-1668-5438-999b-dd3bc6cc7e07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/db873939e5/hyundai-tucson-16-t-gdi-creative',
'listing': 'auction',
'location': '69 - LYON',
'make': 'HYUNDAI',
'model': 'TUCSON 1.6 T-GDI CREATIVE',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-07-16',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI CREATIVE',
'transmission': 'automatic',
'trim': 'TUCSON 1.6 T-GDI CREATIVE',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db873939e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Saving data for db873939e5: {'created_time': 1774639133.231629, 'last_price_update_time': 1774861288.400122}
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='db873939e5') HTTP/1.1" 204 0
2026-03-30 09:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with identifier: db625bd5bf
2026-03-30 09:01:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with identifier: db625bd5bf
2026-03-30 09:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 49bc8d7a-84bd-585a-ba35-c4940c9fe32f with identifier: db625bd5bf to the API
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/db625bd5bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': None,
'category': None,
'color': 'Dark grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '49bc8d7a-84bd-585a-ba35-c4940c9fe32f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/db625bd5bf/citroen-c3-societe-c3-societe-bluehdi-100-ss-bvm-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'odometer': 132996,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-01-09',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'transmission': 'manual',
'trim': 'C3 SOCIETE C3 SOCIETE BLUEHDI 100 S&S BVM FEEL',
'year': 2020}
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db625bd5bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Saving data for db625bd5bf: {'created_time': 1774293357.503471, 'last_price_update_time': 1774861288.73312}
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='db625bd5bf') HTTP/1.1" 204 0
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 2
2026-03-30 09:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cbade1b936/kia-rio-12-active> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/bfeeff5c36/peugeot-2008-electrique-136-ch> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for 675b493d3a: 2
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 2
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for 2249bd8294: 2
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for 9852f3113a: 2
2026-03-30 09:01:28 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:28 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 2
2026-03-30 09:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with identifier: cbade1b936
2026-03-30 09:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with scrape type 2
2026-03-30 09:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with scrape type 2
2026-03-30 09:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c70a2e8a-d5d3-5291-b2ef-107fdaee42d9, identifier: cbade1b936
2026-03-30 09:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with identifier: bfeeff5c36
2026-03-30 09:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with scrape type 2
2026-03-30 09:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with scrape type 2
2026-03-30 09:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a5ebad31-a6f8-5bff-bf96-da6449d3e0ce, identifier: bfeeff5c36
2026-03-30 09:01:29 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [vpauto.fr] INFO: Scrape type for db1806c136: 2
2026-03-30 09:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with identifier: cbade1b936
2026-03-30 09:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with identifier: cbade1b936
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c70a2e8a-d5d3-5291-b2ef-107fdaee42d9 with identifier: cbade1b936 to the API
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c70a2e8a-d5d3-5291-b2ef-107fdaee42d9%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id c70a2e8a-d5d3-5291-b2ef-107fdaee42d9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022KIA RIO 1.2 ACTIVE\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022KIA\u0022, \u0022Model\u0022: \u0022RIO 1.2 ACTIVE\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.2L\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-08-19\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/cbade1b936/kia-rio-12-active\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022RIO 1.2 ACTIVE\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 130, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022c70a2e8a-d5d3-5291-b2ef-107fdaee42d9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:28 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:29 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 130,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c70a2e8a-d5d3-5291-b2ef-107fdaee42d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cbade1b936/kia-rio-12-active',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'KIA',
'model': 'RIO 1.2 ACTIVE',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'KIA RIO 1.2 ACTIVE',
'transmission': 'automatic',
'trim': 'RIO 1.2 ACTIVE',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbade1b936%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [vpauto.fr] INFO: Saving data for cbade1b936: {'created_time': 1774342912.861245, 'last_price_update_time': 1774861289.479117}
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cbade1b936') HTTP/1.1" 204 0
2026-03-30 09:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with identifier: bfeeff5c36
2026-03-30 09:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with identifier: bfeeff5c36
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a5ebad31-a6f8-5bff-bf96-da6449d3e0ce with identifier: bfeeff5c36 to the API
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5ebad31-a6f8-5bff-bf96-da6449d3e0ce%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id a5ebad31-a6f8-5bff-bf96-da6449d3e0ce: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 2008 Electrique 136 ch\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u00222008 Electrique 136 ch\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-03-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/bfeeff5c36/peugeot-2008-electrique-136-ch\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u00222008 Electrique 136 ch\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: null, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022a5ebad31-a6f8-5bff-bf96-da6449d3e0ce\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:29 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:29 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:29 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'a5ebad31-a6f8-5bff-bf96-da6449d3e0ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/bfeeff5c36/peugeot-2008-electrique-136-ch',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '2008 Electrique 136 ch',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 Electrique 136 ch',
'transmission': 'automatic',
'trim': '2008 Electrique 136 ch',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27bfeeff5c36%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [vpauto.fr] INFO: Saving data for bfeeff5c36: {'created_time': 1774342907.42464, 'last_price_update_time': 1774861289.893979}
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='bfeeff5c36') HTTP/1.1" 204 0
2026-03-30 09:01:29 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [vpauto.fr] INFO: Scrape type for fe0b992736: 2
2026-03-30 09:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f1dadffa5a/nissan-navara-23-dci-160-king-cab-n-connecta> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/3a87a38d5a/peugeot-boxer-fourgon-boxer-tole-435-l3h3-bluehdi-165-ss-premium> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/96fb6dc894/land-rover-range-rover-evoque-15-p300e-r-dynamic-s-awd-bva> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:29 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:01:29 [vpauto.fr] INFO: Scrape type for 23f0618936: 2
2026-03-30 09:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:29 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 2
2026-03-30 09:01:30 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Scrape type for 39394521bf: 2
2026-03-30 09:01:30 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 2
2026-03-30 09:01:30 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Scrape type for 8c46970b94: 2
2026-03-30 09:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/161be1c536/tesla-model-3-standard-range-plus-rwd> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:30 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 2
2026-03-30 09:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9261478-cecb-5f8c-a5a1-d5b134d6a578 with identifier: f1dadffa5a
2026-03-30 09:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9261478-cecb-5f8c-a5a1-d5b134d6a578 with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9261478-cecb-5f8c-a5a1-d5b134d6a578 with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f9261478-cecb-5f8c-a5a1-d5b134d6a578, identifier: f1dadffa5a
2026-03-30 09:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28e04bbd-f235-5fc3-848c-f3c83da157fd with identifier: 3a87a38d5a
2026-03-30 09:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e04bbd-f235-5fc3-848c-f3c83da157fd with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28e04bbd-f235-5fc3-848c-f3c83da157fd with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 28e04bbd-f235-5fc3-848c-f3c83da157fd, identifier: 3a87a38d5a
2026-03-30 09:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with identifier: 96fb6dc894
2026-03-30 09:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with scrape type 2
2026-03-30 09:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: fa1b6c70-2b91-50a6-baff-136b5a8f5e3f, identifier: 96fb6dc894
2026-03-30 09:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f9261478-cecb-5f8c-a5a1-d5b134d6a578 with identifier: f1dadffa5a
2026-03-30 09:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f9261478-cecb-5f8c-a5a1-d5b134d6a578 with identifier: f1dadffa5a
2026-03-30 09:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f9261478-cecb-5f8c-a5a1-d5b134d6a578 with identifier: f1dadffa5a to the API
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f1dadffa5a/nissan-navara-23-dci-160-king-cab-n-connecta>
{'auction_title': '',
'c_o_2_emission_value': 229,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light grey metallic',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f9261478-cecb-5f8c-a5a1-d5b134d6a578',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f1dadffa5a/nissan-navara-23-dci-160-king-cab-n-connecta',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'NISSAN',
'model': 'NAVARA 2.3 DCI 160 KING CAB N-CONNECTA',
'odometer': 140708,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-06-18',
'seats_number': 4,
'seller_name': None,
'title': 'NISSAN NAVARA 2.3 DCI 160 KING CAB N-CONNECTA',
'transmission': 'manual',
'trim': 'NAVARA 2.3 DCI 160 KING CAB N-CONNECTA',
'year': 2021}
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f1dadffa5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:30 [vpauto.fr] INFO: Saving data for f1dadffa5a: {'created_time': 1773947224.231703, 'last_price_update_time': 1774861290.872987}
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f1dadffa5a') HTTP/1.1" 204 0
2026-03-30 09:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 28e04bbd-f235-5fc3-848c-f3c83da157fd with identifier: 3a87a38d5a
2026-03-30 09:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 28e04bbd-f235-5fc3-848c-f3c83da157fd with identifier: 3a87a38d5a
2026-03-30 09:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 28e04bbd-f235-5fc3-848c-f3c83da157fd with identifier: 3a87a38d5a to the API
2026-03-30 09:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/3a87a38d5a/peugeot-boxer-fourgon-boxer-tole-435-l3h3-bluehdi-165-ss-premium>
{'auction_title': '',
'c_o_2_emission_value': 249,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '28e04bbd-f235-5fc3-848c-f3c83da157fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/3a87a38d5a/peugeot-boxer-fourgon-boxer-tole-435-l3h3-bluehdi-165-ss-premium',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'PEUGEOT',
'model': 'BOXER FOURGON Boxer Tole 435 L3h3 Bluehdi 165 S&s PREMIUM',
'odometer': 201965,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-18',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER FOURGON Boxer Tole 435 L3h3 Bluehdi 165 S&s PREMIUM',
'transmission': 'automatic',
'trim': 'BOXER FOURGON Boxer Tole 435 L3h3 Bluehdi 165 S&s PREMIUM',
'year': 2021}
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a87a38d5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:31 [vpauto.fr] INFO: Saving data for 3a87a38d5a: {'created_time': 1774429483.083491, 'last_price_update_time': 1774861291.561719}
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='3a87a38d5a') HTTP/1.1" 204 0
2026-03-30 09:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with identifier: 96fb6dc894
2026-03-30 09:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with identifier: 96fb6dc894
2026-03-30 09:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: fa1b6c70-2b91-50a6-baff-136b5a8f5e3f with identifier: 96fb6dc894 to the API
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fa1b6c70-2b91-50a6-baff-136b5a8f5e3f%27 HTTP/1.1" 200 None
2026-03-30 09:01:31 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id fa1b6c70-2b91-50a6-baff-136b5a8f5e3f: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022LAND ROVER RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022LAND ROVER\u0022, \u0022Model\u0022: \u0022RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022ESS \u002B ELEC HR\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-11-29\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/96fb6dc894/land-rover-range-rover-evoque-15-p300e-r-dynamic-s-awd-bva\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 44, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022fa1b6c70-2b91-50a6-baff-136b5a8f5e3f\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:31 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:31 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:31 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': 'fa1b6c70-2b91-50a6-baff-136b5a8f5e3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/96fb6dc894/land-rover-range-rover-evoque-15-p300e-r-dynamic-s-awd-bva',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA',
'transmission': 'automatic',
'trim': 'RANGE ROVER EVOQUE 1.5 P300e R-Dynamic S AWD BVA',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2796fb6dc894%27 HTTP/1.1" 200 None
2026-03-30 09:01:31 [vpauto.fr] INFO: Saving data for 96fb6dc894: {'created_time': 1774639146.590952, 'last_price_update_time': 1774861291.971595}
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='96fb6dc894') HTTP/1.1" 204 0
2026-03-30 09:01:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 2
2026-03-30 09:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/55f8a23794/renault-clio-v-clio-blue-dci-100-21n-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 2
2026-03-30 09:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8815c85f-df1b-51b9-9523-2bb370e5ae85 with identifier: 161be1c536
2026-03-30 09:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8815c85f-df1b-51b9-9523-2bb370e5ae85 with scrape type 2
2026-03-30 09:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8815c85f-df1b-51b9-9523-2bb370e5ae85 with scrape type 2
2026-03-30 09:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 8815c85f-df1b-51b9-9523-2bb370e5ae85, identifier: 161be1c536
2026-03-30 09:01:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 2
2026-03-30 09:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 8815c85f-df1b-51b9-9523-2bb370e5ae85 with identifier: 161be1c536
2026-03-30 09:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 8815c85f-df1b-51b9-9523-2bb370e5ae85 with identifier: 161be1c536
2026-03-30 09:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 8815c85f-df1b-51b9-9523-2bb370e5ae85 with identifier: 161be1c536 to the API
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278815c85f-df1b-51b9-9523-2bb370e5ae85%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 8815c85f-df1b-51b9-9523-2bb370e5ae85: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022TESLA MODEL 3 Standard Range Plus RWD\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022TESLA\u0022, \u0022Model\u0022: \u0022MODEL 3 Standard Range Plus RWD\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-03-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/161be1c536/tesla-model-3-standard-range-plus-rwd\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022MODEL 3 Standard Range Plus RWD\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: null, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00228815c85f-df1b-51b9-9523-2bb370e5ae85\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:31 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:32 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:32 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '8815c85f-df1b-51b9-9523-2bb370e5ae85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/161be1c536/tesla-model-3-standard-range-plus-rwd',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'TESLA',
'model': 'MODEL 3 Standard Range Plus RWD',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Standard Range Plus RWD',
'transmission': 'automatic',
'trim': 'MODEL 3 Standard Range Plus RWD',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27161be1c536%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [vpauto.fr] INFO: Saving data for 161be1c536: {'created_time': 1774639150.986179, 'last_price_update_time': 1774861292.534931}
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='161be1c536') HTTP/1.1" 204 0
2026-03-30 09:01:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 2
2026-03-30 09:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/7f056cce36/renault-kangoo-express-extra-r-link-blue-dci-95> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 710519ba-f6a7-5d22-aad3-261c6e9423e9 with identifier: 55f8a23794
2026-03-30 09:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 710519ba-f6a7-5d22-aad3-261c6e9423e9 with scrape type 2
2026-03-30 09:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 710519ba-f6a7-5d22-aad3-261c6e9423e9 with scrape type 2
2026-03-30 09:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 710519ba-f6a7-5d22-aad3-261c6e9423e9, identifier: 55f8a23794
2026-03-30 09:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 710519ba-f6a7-5d22-aad3-261c6e9423e9 with identifier: 55f8a23794
2026-03-30 09:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 710519ba-f6a7-5d22-aad3-261c6e9423e9 with identifier: 55f8a23794
2026-03-30 09:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 710519ba-f6a7-5d22-aad3-261c6e9423e9 with identifier: 55f8a23794 to the API
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/55f8a23794/renault-clio-v-clio-blue-dci-100-21n-business>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Clair',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '710519ba-f6a7-5d22-aad3-261c6e9423e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/55f8a23794/renault-clio-v-clio-blue-dci-100-21n-business',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'RENAULT',
'model': 'CLIO V Clio Blue dCi 100 - 21N Business',
'odometer': 130625,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-09-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO V Clio Blue dCi 100 - 21N Business',
'transmission': 'automatic',
'trim': 'CLIO V Clio Blue dCi 100 - 21N Business',
'year': 2021}
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2755f8a23794%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Saving data for 55f8a23794: {'created_time': 1774639163.851116, 'last_price_update_time': 1774861293.023309}
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='55f8a23794') HTTP/1.1" 204 0
2026-03-30 09:01:33 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Scrape type for 79cc261b94: 2
2026-03-30 09:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b95a84379e/peugeot-208> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:33 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Scrape type for ad8d635336: 2
2026-03-30 09:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f3acf7f636/dacia-sandero-sce-65-access> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/427599a0e5/peugeot-508-hybrid-225-e-eat8-allure-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/3f4479b236/mini-countryman-116-ch-one-d-edition-northwood> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0600d2e-2814-539c-b912-8546f4c8a19e with identifier: 7f056cce36
2026-03-30 09:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0600d2e-2814-539c-b912-8546f4c8a19e with scrape type 2
2026-03-30 09:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0600d2e-2814-539c-b912-8546f4c8a19e with scrape type 2
2026-03-30 09:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: d0600d2e-2814-539c-b912-8546f4c8a19e, identifier: 7f056cce36
2026-03-30 09:01:33 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Scrape type for b69976b036: 2
2026-03-30 09:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: d0600d2e-2814-539c-b912-8546f4c8a19e with identifier: 7f056cce36
2026-03-30 09:01:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: d0600d2e-2814-539c-b912-8546f4c8a19e with identifier: 7f056cce36
2026-03-30 09:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: d0600d2e-2814-539c-b912-8546f4c8a19e with identifier: 7f056cce36 to the API
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/7f056cce36/renault-kangoo-express-extra-r-link-blue-dci-95>
{'auction_title': '',
'c_o_2_emission_value': 148,
'car_expert_report_source_url': None,
'category': None,
'color': 'BLANC MINERAL',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd0600d2e-2814-539c-b912-8546f4c8a19e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/7f056cce36/renault-kangoo-express-extra-r-link-blue-dci-95',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS EXTRA R-LINK BLUE DCI 95',
'odometer': 208637,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-10-29',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS EXTRA R-LINK BLUE DCI 95',
'transmission': 'automatic',
'trim': 'KANGOO EXPRESS EXTRA R-LINK BLUE DCI 95',
'year': 2020}
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Saving data for 7f056cce36: {'created_time': 1774342908.842198, 'last_price_update_time': 1774861293.788836}
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='7f056cce36') HTTP/1.1" 204 0
2026-03-30 09:01:33 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:33 [vpauto.fr] INFO: Scrape type for dc80df84bf: 2
2026-03-30 09:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b63ac9be-b919-5e19-884e-a8ef92e23974 with identifier: b95a84379e
2026-03-30 09:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b63ac9be-b919-5e19-884e-a8ef92e23974 with scrape type 2
2026-03-30 09:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b63ac9be-b919-5e19-884e-a8ef92e23974 with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b63ac9be-b919-5e19-884e-a8ef92e23974, identifier: b95a84379e
2026-03-30 09:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c9066a-c641-506c-96b6-3ddb720a8b9a with identifier: f3acf7f636
2026-03-30 09:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c9066a-c641-506c-96b6-3ddb720a8b9a with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c9066a-c641-506c-96b6-3ddb720a8b9a with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 87c9066a-c641-506c-96b6-3ddb720a8b9a, identifier: f3acf7f636
2026-03-30 09:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with identifier: 427599a0e5
2026-03-30 09:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 8bbbfc35-ef91-52e5-841a-4d5883ed5179, identifier: 427599a0e5
2026-03-30 09:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with identifier: 3f4479b236
2026-03-30 09:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with scrape type 2
2026-03-30 09:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2a7db550-aecb-5be0-97aa-fad7c0d1bafd, identifier: 3f4479b236
2026-03-30 09:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b486e66e36/renault-megane-iv-berline-blue-dci-115-edc-business-intens> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b63ac9be-b919-5e19-884e-a8ef92e23974 with identifier: b95a84379e
2026-03-30 09:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b63ac9be-b919-5e19-884e-a8ef92e23974 with identifier: b95a84379e
2026-03-30 09:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b63ac9be-b919-5e19-884e-a8ef92e23974 with identifier: b95a84379e to the API
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b63ac9be-b919-5e19-884e-a8ef92e23974%27 HTTP/1.1" 200 None
2026-03-30 09:01:34 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id b63ac9be-b919-5e19-884e-a8ef92e23974: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 208\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u0022208\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-12-29\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b95a84379e/peugeot-208\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002294 - PARIS\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022208\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 120, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022b63ac9be-b919-5e19-884e-a8ef92e23974\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:34 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:34 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:34 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'b63ac9be-b919-5e19-884e-a8ef92e23974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b95a84379e/peugeot-208',
'listing': 'auction',
'location': '94 - PARIS',
'make': 'PEUGEOT',
'model': '208',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208',
'transmission': 'automatic',
'trim': '208',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:01:34 [vpauto.fr] INFO: Saving data for b95a84379e: {'created_time': 1773947253.176398, 'last_price_update_time': 1774861294.792877}
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b95a84379e') HTTP/1.1" 204 0
2026-03-30 09:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 87c9066a-c641-506c-96b6-3ddb720a8b9a with identifier: f3acf7f636
2026-03-30 09:01:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 87c9066a-c641-506c-96b6-3ddb720a8b9a with identifier: f3acf7f636
2026-03-30 09:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 87c9066a-c641-506c-96b6-3ddb720a8b9a with identifier: f3acf7f636 to the API
2026-03-30 09:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2787c9066a-c641-506c-96b6-3ddb720a8b9a%27 HTTP/1.1" 200 None
2026-03-30 09:01:35 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 87c9066a-c641-506c-96b6-3ddb720a8b9a: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Glacier White paint\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022DACIA Sandero SCe 65 Access\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022DACIA\u0022, \u0022Model\u0022: \u0022Sandero SCe 65 Access\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-05-12\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/f3acf7f636/dacia-sandero-sce-65-access\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Sandero SCe 65 Access\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 120, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002287c9066a-c641-506c-96b6-3ddb720a8b9a\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:34 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:35 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:35 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Glacier White paint',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '87c9066a-c641-506c-96b6-3ddb720a8b9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f3acf7f636/dacia-sandero-sce-65-access',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'DACIA',
'model': 'Sandero SCe 65 Access',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero SCe 65 Access',
'transmission': 'manual',
'trim': 'Sandero SCe 65 Access',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f3acf7f636%27 HTTP/1.1" 200 None
2026-03-30 09:01:35 [vpauto.fr] INFO: Saving data for f3acf7f636: {'created_time': 1774429479.838635, 'last_price_update_time': 1774861295.149079}
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f3acf7f636') HTTP/1.1" 204 0
2026-03-30 09:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with identifier: 427599a0e5
2026-03-30 09:01:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with identifier: 427599a0e5
2026-03-30 09:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 8bbbfc35-ef91-52e5-841a-4d5883ed5179 with identifier: 427599a0e5 to the API
2026-03-30 09:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/427599a0e5/peugeot-508-hybrid-225-e-eat8-allure-business>
{'auction_title': '',
'c_o_2_emission_value': 29,
'car_expert_report_source_url': None,
'category': None,
'color': 'Bleu C',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '8bbbfc35-ef91-52e5-841a-4d5883ed5179',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/427599a0e5/peugeot-508-hybrid-225-e-eat8-allure-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '508 Hybrid 225 e-EAT8 Allure Business',
'odometer': 164975,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 Hybrid 225 e-EAT8 Allure Business',
'transmission': 'automatic',
'trim': '508 Hybrid 225 e-EAT8 Allure Business',
'year': 2020}
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:36 [vpauto.fr] INFO: Saving data for 427599a0e5: {'created_time': 1774638985.512444, 'last_price_update_time': 1774861296.177351}
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='427599a0e5') HTTP/1.1" 204 0
2026-03-30 09:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with identifier: 3f4479b236
2026-03-30 09:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with identifier: 3f4479b236
2026-03-30 09:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2a7db550-aecb-5be0-97aa-fad7c0d1bafd with identifier: 3f4479b236 to the API
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/3f4479b236/mini-countryman-116-ch-one-d-edition-northwood>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2a7db550-aecb-5be0-97aa-fad7c0d1bafd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/3f4479b236/mini-countryman-116-ch-one-d-edition-northwood',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'MINI',
'model': 'Countryman 116 ch One D Edition Northwood',
'odometer': 93674,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-11',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Countryman 116 ch One D Edition Northwood',
'transmission': 'manual',
'trim': 'Countryman 116 ch One D Edition Northwood',
'year': 2021}
2026-03-30 09:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273f4479b236%27 HTTP/1.1" 200 None
2026-03-30 09:01:37 [vpauto.fr] INFO: Saving data for 3f4479b236: {'created_time': 1774515988.319825, 'last_price_update_time': 1774861297.003514}
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='3f4479b236') HTTP/1.1" 204 0
2026-03-30 09:01:37 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:37 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 2
2026-03-30 09:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8f3508e5/mitsubishi-space-star-10-mivec-71-asg-in> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:37 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:01:37 [vpauto.fr] INFO: Scrape type for 61840929aa: 2
2026-03-30 09:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/6bba292e3a/ford-ford> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with identifier: b486e66e36
2026-03-30 09:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with scrape type 2
2026-03-30 09:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with scrape type 2
2026-03-30 09:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5, identifier: b486e66e36
2026-03-30 09:01:37 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:01:37 [vpauto.fr] INFO: Scrape type for 697f746be5: 2
2026-03-30 09:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with identifier: b486e66e36
2026-03-30 09:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with identifier: b486e66e36
2026-03-30 09:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5 with identifier: b486e66e36 to the API
2026-03-30 09:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5%27 HTTP/1.1" 200 None
2026-03-30 09:01:38 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT M\\u00e9gane IV Berline Blue dCi 115 EDC Business Intens\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022M\\u00e9gane IV Berline Blue dCi 115 EDC Business Intens\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-08-24\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b486e66e36/renault-megane-iv-berline-blue-dci-115-edc-business-intens\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022M\\u00e9gane IV Berline Blue dCi 115 EDC Business Intens\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 129, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:37 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:38 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:38 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a0fcbb11-9ceb-57a9-aba8-cf5f5729e6c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b486e66e36/renault-megane-iv-berline-blue-dci-115-edc-business-intens',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Mégane IV Berline Blue dCi 115 EDC Business Intens',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-08-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane IV Berline Blue dCi 115 EDC Business Intens',
'transmission': 'automatic',
'trim': 'Mégane IV Berline Blue dCi 115 EDC Business Intens',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:01:38 [vpauto.fr] INFO: Saving data for b486e66e36: {'created_time': 1774552271.184153, 'last_price_update_time': 1774861298.174664}
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b486e66e36') HTTP/1.1" 204 0
2026-03-30 09:01:38 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:38 [vpauto.fr] INFO: Scrape type for ba117d60bf: 2
2026-03-30 09:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/7aae7fad36/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/3a68f77bbf/citroen-c4-cactus-societe-c4-cactus-societe-bluehdi-100-ss-bvm6-live> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/fe0b992736/renault-captur-dci-90-edc-intens> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/99fbd96dbf/hyundai-i10-initia> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with identifier: 8f3508e5
2026-03-30 09:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with scrape type 2
2026-03-30 09:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with scrape type 2
2026-03-30 09:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 482c4fbf-4c86-5a30-9e4c-15520a38eaaf, identifier: 8f3508e5
2026-03-30 09:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with identifier: 6bba292e3a
2026-03-30 09:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with scrape type 2
2026-03-30 09:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with scrape type 2
2026-03-30 09:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 0588acbc-2366-5e8c-92e3-c9aee3e5a40f, identifier: 6bba292e3a
2026-03-30 09:01:38 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:01:38 [vpauto.fr] INFO: Scrape type for a12bfcea36: 2
2026-03-30 09:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with identifier: 8f3508e5
2026-03-30 09:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with identifier: 8f3508e5
2026-03-30 09:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 482c4fbf-4c86-5a30-9e4c-15520a38eaaf with identifier: 8f3508e5 to the API
2026-03-30 09:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27482c4fbf-4c86-5a30-9e4c-15520a38eaaf%27 HTTP/1.1" 200 None
2026-03-30 09:01:39 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 482c4fbf-4c86-5a30-9e4c-15520a38eaaf: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022MITSUBISHI Space Star 1.0 MIVEC 71 AS\u0026G In\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022MITSUBISHI\u0022, \u0022Model\u0022: \u0022Space Star 1.0 MIVEC 71 AS\u0026G In\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.0L\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-09-03\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/8f3508e5/mitsubishi-space-star-10-mivec-71-asg-in\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Space Star 1.0 MIVEC 71 AS\u0026G In\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 120, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022482c4fbf-4c86-5a30-9e4c-15520a38eaaf\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:39 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:39 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:39 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '482c4fbf-4c86-5a30-9e4c-15520a38eaaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8f3508e5/mitsubishi-space-star-10-mivec-71-asg-in',
'listing': 'auction',
'location': '69 - LYON',
'make': 'MITSUBISHI',
'model': 'Space Star 1.0 MIVEC 71 AS&G In',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-09-03',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Space Star 1.0 MIVEC 71 AS&G In',
'transmission': 'manual',
'trim': 'Space Star 1.0 MIVEC 71 AS&G In',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:39 [vpauto.fr] INFO: Saving data for 8f3508e5: {'created_time': 1774639115.463588, 'last_price_update_time': 1774861299.697174}
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8f3508e5') HTTP/1.1" 204 0
2026-03-30 09:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with identifier: 6bba292e3a
2026-03-30 09:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with identifier: 6bba292e3a
2026-03-30 09:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 0588acbc-2366-5e8c-92e3-c9aee3e5a40f with identifier: 6bba292e3a to the API
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%270588acbc-2366-5e8c-92e3-c9aee3e5a40f%27 HTTP/1.1" 200 None
2026-03-30 09:01:39 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 0588acbc-2366-5e8c-92e3-c9aee3e5a40f: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FORD FORD\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FORD\u0022, \u0022Model\u0022: \u0022\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-04-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/6bba292e3a/ford-ford\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 125, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00220588acbc-2366-5e8c-92e3-c9aee3e5a40f\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:39 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:39 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:39 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 125,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '0588acbc-2366-5e8c-92e3-c9aee3e5a40f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/6bba292e3a/ford-ford',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'FORD',
'model': '',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FORD',
'transmission': 'automatic',
'trim': '',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:40 [vpauto.fr] INFO: Saving data for 6bba292e3a: {'created_time': 1774639115.752222, 'last_price_update_time': 1774861300.009109}
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='6bba292e3a') HTTP/1.1" 204 0
2026-03-30 09:01:40 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:01:40 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 2
2026-03-30 09:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a061f1-4065-5328-90c0-162c41bbc77c with identifier: 7aae7fad36
2026-03-30 09:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a061f1-4065-5328-90c0-162c41bbc77c with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a061f1-4065-5328-90c0-162c41bbc77c with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b7a061f1-4065-5328-90c0-162c41bbc77c, identifier: 7aae7fad36
2026-03-30 09:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with identifier: 3a68f77bbf
2026-03-30 09:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e, identifier: 3a68f77bbf
2026-03-30 09:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with identifier: fe0b992736
2026-03-30 09:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3c84ad75-c8cc-584c-bac0-e0b319f9bb09, identifier: fe0b992736
2026-03-30 09:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 324e1f7e-ab9b-5282-9920-221b42554266 with identifier: 99fbd96dbf
2026-03-30 09:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 324e1f7e-ab9b-5282-9920-221b42554266 with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 324e1f7e-ab9b-5282-9920-221b42554266 with scrape type 2
2026-03-30 09:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 324e1f7e-ab9b-5282-9920-221b42554266, identifier: 99fbd96dbf
2026-03-30 09:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b7a061f1-4065-5328-90c0-162c41bbc77c with identifier: 7aae7fad36
2026-03-30 09:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b7a061f1-4065-5328-90c0-162c41bbc77c with identifier: 7aae7fad36
2026-03-30 09:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b7a061f1-4065-5328-90c0-162c41bbc77c with identifier: 7aae7fad36 to the API
2026-03-30 09:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/7aae7fad36/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b7a061f1-4065-5328-90c0-162c41bbc77c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/7aae7fad36/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'odometer': 131183,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-05-21',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'transmission': 'automatic',
'trim': 'BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'year': 2019}
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:01:41 [vpauto.fr] INFO: Saving data for 7aae7fad36: {'created_time': 1774342922.177452, 'last_price_update_time': 1774861301.743284}
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='7aae7fad36') HTTP/1.1" 204 0
2026-03-30 09:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with identifier: 3a68f77bbf
2026-03-30 09:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with identifier: 3a68f77bbf
2026-03-30 09:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e with identifier: 3a68f77bbf to the API
2026-03-30 09:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/3a68f77bbf/citroen-c4-cactus-societe-c4-cactus-societe-bluehdi-100-ss-bvm6-live>
{'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3526b2f3-1c71-5d4d-8475-7d40ecaf7c2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/3a68f77bbf/citroen-c4-cactus-societe-c4-cactus-societe-bluehdi-100-ss-bvm6-live',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C4 CACTUS SOCIETE C4 CACTUS SOCIETE BLUEHDI 100 S&S BVM6 LIVE',
'odometer': 140365,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-06-18',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C4 CACTUS SOCIETE C4 CACTUS SOCIETE BLUEHDI 100 S&S BVM6 '
'LIVE',
'transmission': 'automatic',
'trim': 'C4 CACTUS SOCIETE C4 CACTUS SOCIETE BLUEHDI 100 S&S BVM6 LIVE',
'year': 2019}
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:42 [vpauto.fr] INFO: Saving data for 3a68f77bbf: {'created_time': 1774256909.386067, 'last_price_update_time': 1774861302.440551}
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='3a68f77bbf') HTTP/1.1" 204 0
2026-03-30 09:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with identifier: fe0b992736
2026-03-30 09:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with identifier: fe0b992736
2026-03-30 09:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3c84ad75-c8cc-584c-bac0-e0b319f9bb09 with identifier: fe0b992736 to the API
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273c84ad75-c8cc-584c-bac0-e0b319f9bb09%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 3c84ad75-c8cc-584c-bac0-e0b319f9bb09: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Captur dCi 90 EDC Intens\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Captur dCi 90 EDC Intens\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222019-01-29\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/fe0b992736/renault-captur-dci-90-edc-intens\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Captur dCi 90 EDC Intens\u0022, \u0022Year\u0022: 2019, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 113, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00223c84ad75-c8cc-584c-bac0-e0b319f9bb09\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:42 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:43 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:43 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3c84ad75-c8cc-584c-bac0-e0b319f9bb09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/fe0b992736/renault-captur-dci-90-edc-intens',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Captur dCi 90 EDC Intens',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur dCi 90 EDC Intens',
'transmission': 'automatic',
'trim': 'Captur dCi 90 EDC Intens',
'year': 2019}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Saving data for fe0b992736: {'created_time': 1774429453.339921, 'last_price_update_time': 1774861303.021577}
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='fe0b992736') HTTP/1.1" 204 0
2026-03-30 09:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 324e1f7e-ab9b-5282-9920-221b42554266 with identifier: 99fbd96dbf
2026-03-30 09:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 324e1f7e-ab9b-5282-9920-221b42554266 with identifier: 99fbd96dbf
2026-03-30 09:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 324e1f7e-ab9b-5282-9920-221b42554266 with identifier: 99fbd96dbf to the API
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27324e1f7e-ab9b-5282-9920-221b42554266%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 324e1f7e-ab9b-5282-9920-221b42554266: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022HYUNDAI I10 INITIA\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022HYUNDAI\u0022, \u0022Model\u0022: \u0022I10 INITIA\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-06-11\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/99fbd96dbf/hyundai-i10-initia\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022I10 INITIA\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 4, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 109, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022324e1f7e-ab9b-5282-9920-221b42554266\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:42 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:43 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:43 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 109,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '324e1f7e-ab9b-5282-9920-221b42554266',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/99fbd96dbf/hyundai-i10-initia',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'HYUNDAI',
'model': 'I10 INITIA',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-06-11',
'seats_number': 4,
'seller_name': None,
'title': 'HYUNDAI I10 INITIA',
'transmission': 'automatic',
'trim': 'I10 INITIA',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2799fbd96dbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Saving data for 99fbd96dbf: {'created_time': 1774256887.371279, 'last_price_update_time': 1774861303.31938}
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='99fbd96dbf') HTTP/1.1" 204 0
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for af3b06ff36: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 955b8d45a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for a011ff4e5: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 5b8c814836: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for c5c07e415a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for e25ee4753a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for c684d04436: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 241d789436: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 33708d00bf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b2d859d13a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for b2d859d13a: 1
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 95b067c736: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for c3664271bf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 526c8972bf: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 115d408f3a: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:43 [vpauto.fr] INFO: Scrape type for 7750b11e5: 2
2026-03-30 09:01:43 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for d666f9ff36: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for cf986a83bf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 8a65b23294: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for aeffb1636: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for f9890b33bf: 2
2026-03-30 09:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8c46970b94/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 3b611cc036: 2
2026-03-30 09:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for c583317bbf: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Scrape type for 284764ec94: 2
2026-03-30 09:01:44 [vpauto.fr] INFO: Requesting listing page 12: https://vpauto.eu/vehicle/list?page=12
2026-03-30 09:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5af5ef-c47f-55c8-a4b0-43510735a706 with identifier: 8c46970b94
2026-03-30 09:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5af5ef-c47f-55c8-a4b0-43510735a706 with scrape type 2
2026-03-30 09:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc5af5ef-c47f-55c8-a4b0-43510735a706 with scrape type 2
2026-03-30 09:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: dc5af5ef-c47f-55c8-a4b0-43510735a706, identifier: 8c46970b94
2026-03-30 09:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: dc5af5ef-c47f-55c8-a4b0-43510735a706 with identifier: 8c46970b94
2026-03-30 09:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: dc5af5ef-c47f-55c8-a4b0-43510735a706 with identifier: 8c46970b94
2026-03-30 09:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: dc5af5ef-c47f-55c8-a4b0-43510735a706 with identifier: 8c46970b94 to the API
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/8c46970b94/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dc5af5ef-c47f-55c8-a4b0-43510735a706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8c46970b94/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club',
'listing': 'auction',
'location': '69 - LYON',
'make': 'CITROEN',
'model': 'BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'odometer': 126970,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-08-14',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'transmission': 'automatic',
'trim': 'BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'year': 2018}
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:44 [vpauto.fr] INFO: Saving data for 8c46970b94: {'created_time': 1774639089.198716, 'last_price_update_time': 1774861304.853041}
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8c46970b94') HTTP/1.1" 204 0
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f2e0416c3a/renault-clio-tce-90-energy-zen> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/89f40eb936/audi-q5-20-tdi-190-s-tronic-7-quattro-s-line> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c905b6b8bf/renault-clio-tce-100-zen> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/79cc261b94/peugeot-5008-15-bluehdi-130ch-ss-bvm6-gt-line> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8f1d2c636/citroen-jumpy-fourgon-jumpy-fgn-m-bluehdi-95-bvm5-confort> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c5b720395a/peugeot-3008-bluehdi-130ch-ss-eat8-crossway> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c56fdeed-0386-5431-bc03-7c692b71dce3 with identifier: f2e0416c3a
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c56fdeed-0386-5431-bc03-7c692b71dce3 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c56fdeed-0386-5431-bc03-7c692b71dce3 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c56fdeed-0386-5431-bc03-7c692b71dce3, identifier: f2e0416c3a
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with identifier: 89f40eb936
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9, identifier: 89f40eb936
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0271435f-fc29-51d8-b658-ddb62f5a3aca with identifier: c905b6b8bf
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0271435f-fc29-51d8-b658-ddb62f5a3aca with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0271435f-fc29-51d8-b658-ddb62f5a3aca with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 0271435f-fc29-51d8-b658-ddb62f5a3aca, identifier: c905b6b8bf
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with identifier: 79cc261b94
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 84bb7797-6e33-5aba-9052-3b8a88ed4bb4, identifier: 79cc261b94
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aabbe0f-765b-52aa-ab04-8228735940b0 with identifier: 8f1d2c636
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aabbe0f-765b-52aa-ab04-8228735940b0 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aabbe0f-765b-52aa-ab04-8228735940b0 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2aabbe0f-765b-52aa-ab04-8228735940b0, identifier: 8f1d2c636
2026-03-30 09:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e68fd8a1-9e2d-58e0-9df4-6321f704b467 with identifier: c5b720395a
2026-03-30 09:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e68fd8a1-9e2d-58e0-9df4-6321f704b467 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e68fd8a1-9e2d-58e0-9df4-6321f704b467 with scrape type 2
2026-03-30 09:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: e68fd8a1-9e2d-58e0-9df4-6321f704b467, identifier: c5b720395a
2026-03-30 09:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c56fdeed-0386-5431-bc03-7c692b71dce3 with identifier: f2e0416c3a
2026-03-30 09:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c56fdeed-0386-5431-bc03-7c692b71dce3 with identifier: f2e0416c3a
2026-03-30 09:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c56fdeed-0386-5431-bc03-7c692b71dce3 with identifier: f2e0416c3a to the API
2026-03-30 09:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f2e0416c3a/renault-clio-tce-90-energy-zen>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c56fdeed-0386-5431-bc03-7c692b71dce3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f2e0416c3a/renault-clio-tce-90-energy-zen',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'Clio TCe 90 Energy Zen',
'odometer': 195788,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-02-27',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 Energy Zen',
'transmission': 'manual',
'trim': 'Clio TCe 90 Energy Zen',
'year': 2018}
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:46 [vpauto.fr] INFO: Saving data for f2e0416c3a: {'created_time': 1774639086.52059, 'last_price_update_time': 1774861306.126522}
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f2e0416c3a') HTTP/1.1" 204 0
2026-03-30 09:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with identifier: 89f40eb936
2026-03-30 09:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with identifier: 89f40eb936
2026-03-30 09:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9 with identifier: 89f40eb936 to the API
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/89f40eb936/audi-q5-20-tdi-190-s-tronic-7-quattro-s-line>
{'auction_title': '',
'c_o_2_emission_value': 133,
'car_expert_report_source_url': None,
'category': None,
'color': 'Dark grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c4ac671f-a073-5e3a-8eb1-f8ba8e0da5d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/89f40eb936/audi-q5-20-tdi-190-s-tronic-7-quattro-s-line',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'AUDI',
'model': 'Q5 2.0 Tdi 190 S Tronic 7 Quattro S line',
'odometer': 190000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-09-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 2.0 Tdi 190 S Tronic 7 Quattro S line',
'transmission': 'automatic',
'trim': 'Q5 2.0 Tdi 190 S Tronic 7 Quattro S line',
'year': 2018}
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:01:46 [vpauto.fr] INFO: Saving data for 89f40eb936: {'created_time': 1774429487.579003, 'last_price_update_time': 1774861306.50453}
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='89f40eb936') HTTP/1.1" 204 0
2026-03-30 09:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 0271435f-fc29-51d8-b658-ddb62f5a3aca with identifier: c905b6b8bf
2026-03-30 09:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 0271435f-fc29-51d8-b658-ddb62f5a3aca with identifier: c905b6b8bf
2026-03-30 09:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 0271435f-fc29-51d8-b658-ddb62f5a3aca with identifier: c905b6b8bf to the API
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%270271435f-fc29-51d8-b658-ddb62f5a3aca%27 HTTP/1.1" 200 None
2026-03-30 09:01:46 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 0271435f-fc29-51d8-b658-ddb62f5a3aca: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio TCe 100 Zen\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio TCe 100 Zen\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222019-11-29\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/c905b6b8bf/renault-clio-tce-100-zen\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio TCe 100 Zen\u0022, \u0022Year\u0022: 2019, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 100, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00220271435f-fc29-51d8-b658-ddb62f5a3aca\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:46 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:46 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:46 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0271435f-fc29-51d8-b658-ddb62f5a3aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c905b6b8bf/renault-clio-tce-100-zen',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Clio TCe 100 Zen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio TCe 100 Zen',
'transmission': 'manual',
'trim': 'Clio TCe 100 Zen',
'year': 2019}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:46 [vpauto.fr] INFO: Saving data for c905b6b8bf: {'created_time': 1774429455.599943, 'last_price_update_time': 1774861306.828223}
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c905b6b8bf') HTTP/1.1" 204 0
2026-03-30 09:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with identifier: 79cc261b94
2026-03-30 09:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with identifier: 79cc261b94
2026-03-30 09:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 84bb7797-6e33-5aba-9052-3b8a88ed4bb4 with identifier: 79cc261b94 to the API
2026-03-30 09:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2784bb7797-6e33-5aba-9052-3b8a88ed4bb4%27 HTTP/1.1" 200 None
2026-03-30 09:01:47 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 84bb7797-6e33-5aba-9052-3b8a88ed4bb4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 5008 1.5 BlueHDi 130ch S\u0026S BVM6 GT Line\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u00225008 1.5 BlueHDi 130ch S\u0026S BVM6 GT Line\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222018-02-05\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/79cc261b94/peugeot-5008-15-bluehdi-130ch-ss-bvm6-gt-line\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u00225008 1.5 BlueHDi 130ch S\u0026S BVM6 GT Line\u0022, \u0022Year\u0022: 2018, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 7, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 106, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u002284bb7797-6e33-5aba-9052-3b8a88ed4bb4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:46 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:47 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:47 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '84bb7797-6e33-5aba-9052-3b8a88ed4bb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/79cc261b94/peugeot-5008-15-bluehdi-130ch-ss-bvm6-gt-line',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'PEUGEOT',
'model': '5008 1.5 BlueHDi 130ch S&S BVM6 GT Line',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-02-05',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.5 BlueHDi 130ch S&S BVM6 GT Line',
'transmission': 'manual',
'trim': '5008 1.5 BlueHDi 130ch S&S BVM6 GT Line',
'year': 2018}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:01:47 [vpauto.fr] INFO: Saving data for 79cc261b94: {'created_time': 1774639083.23919, 'last_price_update_time': 1774861307.16432}
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='79cc261b94') HTTP/1.1" 204 0
2026-03-30 09:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2aabbe0f-765b-52aa-ab04-8228735940b0 with identifier: 8f1d2c636
2026-03-30 09:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2aabbe0f-765b-52aa-ab04-8228735940b0 with identifier: 8f1d2c636
2026-03-30 09:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2aabbe0f-765b-52aa-ab04-8228735940b0 with identifier: 8f1d2c636 to the API
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/8f1d2c636/citroen-jumpy-fourgon-jumpy-fgn-m-bluehdi-95-bvm5-confort>
{'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2aabbe0f-765b-52aa-ab04-8228735940b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8f1d2c636/citroen-jumpy-fourgon-jumpy-fgn-m-bluehdi-95-bvm5-confort',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'JUMPY FOURGON JUMPY FGN M BLUEHDI 95 BVM5 CONFORT',
'odometer': 168243,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-08-14',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN JUMPY FOURGON JUMPY FGN M BLUEHDI 95 BVM5 CONFORT',
'transmission': 'automatic',
'trim': 'JUMPY FOURGON JUMPY FGN M BLUEHDI 95 BVM5 CONFORT',
'year': 2018}
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:01:47 [vpauto.fr] INFO: Saving data for 8f1d2c636: {'created_time': 1774342924.745934, 'last_price_update_time': 1774861307.571084}
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8f1d2c636') HTTP/1.1" 204 0
2026-03-30 09:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: e68fd8a1-9e2d-58e0-9df4-6321f704b467 with identifier: c5b720395a
2026-03-30 09:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: e68fd8a1-9e2d-58e0-9df4-6321f704b467 with identifier: c5b720395a
2026-03-30 09:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: e68fd8a1-9e2d-58e0-9df4-6321f704b467 with identifier: c5b720395a to the API
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c5b720395a/peugeot-3008-bluehdi-130ch-ss-eat8-crossway>
{'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e68fd8a1-9e2d-58e0-9df4-6321f704b467',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c5b720395a/peugeot-3008-bluehdi-130ch-ss-eat8-crossway',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'PEUGEOT',
'model': '3008 Bluehdi 130ch S&s Eat8 Crossway',
'odometer': 176000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 Bluehdi 130ch S&s Eat8 Crossway',
'transmission': 'automatic',
'trim': '3008 Bluehdi 130ch S&s Eat8 Crossway',
'year': 2018}
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:01:47 [vpauto.fr] INFO: Saving data for c5b720395a: {'created_time': 1774429460.344556, 'last_price_update_time': 1774861307.929128}
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c5b720395a') HTTP/1.1" 204 0
2026-03-30 09:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c9e1b4dabf/peugeot-208-affaire-208-affaire-16-bluehdi-75-bvm5-premium> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/db1806c136/peugeot-3008-15-bluehdi-130ch-ss-bvm6> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with identifier: c9e1b4dabf
2026-03-30 09:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with scrape type 2
2026-03-30 09:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with scrape type 2
2026-03-30 09:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6, identifier: c9e1b4dabf
2026-03-30 09:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c8bbad3-74d3-5e17-a87e-306733fbb262 with identifier: db1806c136
2026-03-30 09:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c8bbad3-74d3-5e17-a87e-306733fbb262 with scrape type 2
2026-03-30 09:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c8bbad3-74d3-5e17-a87e-306733fbb262 with scrape type 2
2026-03-30 09:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4c8bbad3-74d3-5e17-a87e-306733fbb262, identifier: db1806c136
2026-03-30 09:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with identifier: c9e1b4dabf
2026-03-30 09:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with identifier: c9e1b4dabf
2026-03-30 09:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6 with identifier: c9e1b4dabf to the API
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c9e1b4dabf/peugeot-208-affaire-208-affaire-16-bluehdi-75-bvm5-premium>
{'auction_title': '',
'c_o_2_emission_value': 90,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9d7dc898-62f9-56b2-b5cc-8c35a7d5fea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c9e1b4dabf/peugeot-208-affaire-208-affaire-16-bluehdi-75-bvm5-premium',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'PEUGEOT',
'model': '208 AFFAIRE 208 AFFAIRE 1.6 BLUEHDI 75 BVM5 PREMIUM',
'odometer': 148594,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-01-09',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 AFFAIRE 208 AFFAIRE 1.6 BLUEHDI 75 BVM5 PREMIUM',
'transmission': 'automatic',
'trim': '208 AFFAIRE 208 AFFAIRE 1.6 BLUEHDI 75 BVM5 PREMIUM',
'year': 2018}
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:01:48 [vpauto.fr] INFO: Saving data for c9e1b4dabf: {'created_time': 1774256932.326662, 'last_price_update_time': 1774861308.584727}
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c9e1b4dabf') HTTP/1.1" 204 0
2026-03-30 09:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4c8bbad3-74d3-5e17-a87e-306733fbb262 with identifier: db1806c136
2026-03-30 09:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4c8bbad3-74d3-5e17-a87e-306733fbb262 with identifier: db1806c136
2026-03-30 09:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4c8bbad3-74d3-5e17-a87e-306733fbb262 with identifier: db1806c136 to the API
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274c8bbad3-74d3-5e17-a87e-306733fbb262%27 HTTP/1.1" 200 None
2026-03-30 09:01:48 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 4c8bbad3-74d3-5e17-a87e-306733fbb262: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 3008 1.5 BlueHDi 130ch S\u0026S BVM6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u00223008 1.5 BlueHDi 130ch S\u0026S BVM6\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222019-07-18\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/db1806c136/peugeot-3008-15-bluehdi-130ch-ss-bvm6\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u00223008 1.5 BlueHDi 130ch S\u0026S BVM6\u0022, \u0022Year\u0022: 2019, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 102, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00224c8bbad3-74d3-5e17-a87e-306733fbb262\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:48 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:48 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:48 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4c8bbad3-74d3-5e17-a87e-306733fbb262',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/db1806c136/peugeot-3008-15-bluehdi-130ch-ss-bvm6',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '3008 1.5 BlueHDi 130ch S&S BVM6',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-07-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BlueHDi 130ch S&S BVM6',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S BVM6',
'year': 2019}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:01:48 [vpauto.fr] INFO: Saving data for db1806c136: {'created_time': 1774429455.199393, 'last_price_update_time': 1774861308.893005}
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='db1806c136') HTTP/1.1" 204 0
2026-03-30 09:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/697f746be5/mini-hatch-3-portes-cooper-s-192-ch-bva6-finition-john-cooper-works> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ad8d635336/toyota-yaris-75-vvt-i-dynamic-busines> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/38b742b8bf/kia-sportage-17-crdi-115-isg-4x2-gt-line> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/dc80df84bf/renault-clio-tce-90-intens> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b69976b036/peugeot-3008-15-bluehdi-130ch-ss-bvm6-allure> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa139551-e273-555f-b599-f9a52ba3e32b with identifier: 697f746be5
2026-03-30 09:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa139551-e273-555f-b599-f9a52ba3e32b with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa139551-e273-555f-b599-f9a52ba3e32b with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: aa139551-e273-555f-b599-f9a52ba3e32b, identifier: 697f746be5
2026-03-30 09:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f134b0f-4eea-5de4-b8d0-85d686625923 with identifier: ad8d635336
2026-03-30 09:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f134b0f-4eea-5de4-b8d0-85d686625923 with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f134b0f-4eea-5de4-b8d0-85d686625923 with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 8f134b0f-4eea-5de4-b8d0-85d686625923, identifier: ad8d635336
2026-03-30 09:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e54d66e-c675-58ab-9062-e744363bc63c with identifier: 38b742b8bf
2026-03-30 09:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e54d66e-c675-58ab-9062-e744363bc63c with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e54d66e-c675-58ab-9062-e744363bc63c with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3e54d66e-c675-58ab-9062-e744363bc63c, identifier: 38b742b8bf
2026-03-30 09:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4135b780-1681-5fd1-8e18-8299798cc4b2 with identifier: dc80df84bf
2026-03-30 09:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4135b780-1681-5fd1-8e18-8299798cc4b2 with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4135b780-1681-5fd1-8e18-8299798cc4b2 with scrape type 2
2026-03-30 09:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4135b780-1681-5fd1-8e18-8299798cc4b2, identifier: dc80df84bf
2026-03-30 09:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: aa139551-e273-555f-b599-f9a52ba3e32b with identifier: 697f746be5
2026-03-30 09:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: aa139551-e273-555f-b599-f9a52ba3e32b with identifier: 697f746be5
2026-03-30 09:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: aa139551-e273-555f-b599-f9a52ba3e32b with identifier: 697f746be5 to the API
2026-03-30 09:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/697f746be5/mini-hatch-3-portes-cooper-s-192-ch-bva6-finition-john-cooper-works>
{'auction_title': '',
'c_o_2_emission_value': 126,
'car_expert_report_source_url': None,
'category': None,
'color': 'Rouge Fonc',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'aa139551-e273-555f-b599-f9a52ba3e32b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/697f746be5/mini-hatch-3-portes-cooper-s-192-ch-bva6-finition-john-cooper-works',
'listing': 'auction',
'location': '69 - LYON',
'make': 'MINI',
'model': 'Hatch 3 Portes Cooper S 192 Ch Bva6 Finition John Cooper Works',
'odometer': 124701,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-10-19',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Hatch 3 Portes Cooper S 192 Ch Bva6 Finition John Cooper Works',
'transmission': 'automatic',
'trim': 'Hatch 3 Portes Cooper S 192 Ch Bva6 Finition John Cooper Works',
'year': 2017}
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:01:50 [vpauto.fr] INFO: Saving data for 697f746be5: {'created_time': 1774639088.240482, 'last_price_update_time': 1774861310.382285}
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='697f746be5') HTTP/1.1" 204 0
2026-03-30 09:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 8f134b0f-4eea-5de4-b8d0-85d686625923 with identifier: ad8d635336
2026-03-30 09:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 8f134b0f-4eea-5de4-b8d0-85d686625923 with identifier: ad8d635336
2026-03-30 09:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 8f134b0f-4eea-5de4-b8d0-85d686625923 with identifier: ad8d635336 to the API
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f134b0f-4eea-5de4-b8d0-85d686625923%27 HTTP/1.1" 200 None
2026-03-30 09:01:50 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 8f134b0f-4eea-5de4-b8d0-85d686625923: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022TOYOTA YARIS 75 VVT-I DYNAMIC BUSINES\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022TOYOTA\u0022, \u0022Model\u0022: \u0022YARIS 75 VVT-I DYNAMIC BUSINES\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222018-01-11\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/ad8d635336/toyota-yaris-75-vvt-i-dynamic-busines\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022YARIS 75 VVT-I DYNAMIC BUSINES\u0022, \u0022Year\u0022: 2018, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 75, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00228f134b0f-4eea-5de4-b8d0-85d686625923\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:50 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:50 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:50 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 75,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '8f134b0f-4eea-5de4-b8d0-85d686625923',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/ad8d635336/toyota-yaris-75-vvt-i-dynamic-busines',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'TOYOTA',
'model': 'YARIS 75 VVT-I DYNAMIC BUSINES',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS 75 VVT-I DYNAMIC BUSINES',
'transmission': 'automatic',
'trim': 'YARIS 75 VVT-I DYNAMIC BUSINES',
'year': 2018}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:01:50 [vpauto.fr] INFO: Saving data for ad8d635336: {'created_time': 1774342925.379142, 'last_price_update_time': 1774861310.761547}
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='ad8d635336') HTTP/1.1" 204 0
2026-03-30 09:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3e54d66e-c675-58ab-9062-e744363bc63c with identifier: 38b742b8bf
2026-03-30 09:01:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3e54d66e-c675-58ab-9062-e744363bc63c with identifier: 38b742b8bf
2026-03-30 09:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3e54d66e-c675-58ab-9062-e744363bc63c with identifier: 38b742b8bf to the API
2026-03-30 09:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/38b742b8bf/kia-sportage-17-crdi-115-isg-4x2-gt-line>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium red metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-04-04T11:00:00Z',
'fuel_type': 'Diesel',
'id': '3e54d66e-c675-58ab-9062-e744363bc63c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/38b742b8bf/kia-sportage-17-crdi-115-isg-4x2-gt-line',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'KIA',
'model': 'SPORTAGE 1.7 Crdi 115 Isg 4x2 GT Line',
'odometer': 110396,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.7 Crdi 115 Isg 4x2 GT Line',
'transmission': 'manual',
'trim': 'SPORTAGE 1.7 Crdi 115 Isg 4x2 GT Line',
'year': 2017}
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:51 [vpauto.fr] INFO: Saving data for 38b742b8bf: {'auction_closing_time': 1775300400.0, 'created_time': 1774256917.051978, 'last_price_update_time': 1774861311.119347}
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='38b742b8bf') HTTP/1.1" 204 0
2026-03-30 09:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4135b780-1681-5fd1-8e18-8299798cc4b2 with identifier: dc80df84bf
2026-03-30 09:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4135b780-1681-5fd1-8e18-8299798cc4b2 with identifier: dc80df84bf
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4135b780-1681-5fd1-8e18-8299798cc4b2 with identifier: dc80df84bf to the API
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274135b780-1681-5fd1-8e18-8299798cc4b2%27 HTTP/1.1" 200 None
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 4135b780-1681-5fd1-8e18-8299798cc4b2: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio TCe 90 Intens\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio TCe 90 Intens\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222018-10-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/dc80df84bf/renault-clio-tce-90-intens\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio TCe 90 Intens\u0022, \u0022Year\u0022: 2018, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 113, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00224135b780-1681-5fd1-8e18-8299798cc4b2\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:50 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:51 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4135b780-1681-5fd1-8e18-8299798cc4b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/dc80df84bf/renault-clio-tce-90-intens',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Clio TCe 90 Intens',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-10-10',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 Intens',
'transmission': 'manual',
'trim': 'Clio TCe 90 Intens',
'year': 2018}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:51 [vpauto.fr] INFO: Saving data for dc80df84bf: {'created_time': 1774256915.489564, 'last_price_update_time': 1774861311.451486}
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='dc80df84bf') HTTP/1.1" 204 0
2026-03-30 09:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/61840929aa/citroen-c4-bluehdi-100-bvm-millenium> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ba117d60bf/renault-kangoo-express-15-dci-75-energy-e6-confort> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f9890b33bf/citroen-berlingo-xl-bluehdi-100-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with identifier: b69976b036
2026-03-30 09:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with scrape type 2
2026-03-30 09:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with scrape type 2
2026-03-30 09:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 93ab38da-cf03-5ae6-abbe-0a6c6421a1df, identifier: b69976b036
2026-03-30 09:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with identifier: b69976b036
2026-03-30 09:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with identifier: b69976b036
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 93ab38da-cf03-5ae6-abbe-0a6c6421a1df with identifier: b69976b036 to the API
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2793ab38da-cf03-5ae6-abbe-0a6c6421a1df%27 HTTP/1.1" 200 None
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 93ab38da-cf03-5ae6-abbe-0a6c6421a1df: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022PEUGEOT 3008 1.5 BlueHDi 130ch S\u0026S BVM6 Allure\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022PEUGEOT\u0022, \u0022Model\u0022: \u00223008 1.5 BlueHDi 130ch S\u0026S BVM6 Allure\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222018-07-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b69976b036/peugeot-3008-15-bluehdi-130ch-ss-bvm6-allure\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u00223008 1.5 BlueHDi 130ch S\u0026S BVM6 Allure\u0022, \u0022Year\u0022: 2018, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 101, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u002293ab38da-cf03-5ae6-abbe-0a6c6421a1df\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:51 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:51 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:51 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 101,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '93ab38da-cf03-5ae6-abbe-0a6c6421a1df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b69976b036/peugeot-3008-15-bluehdi-130ch-ss-bvm6-allure',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '3008 1.5 BlueHDi 130ch S&S BVM6 Allure',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-07-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BlueHDi 130ch S&S BVM6 Allure',
'transmission': 'manual',
'trim': '3008 1.5 BlueHDi 130ch S&S BVM6 Allure',
'year': 2018}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:01:51 [vpauto.fr] INFO: Saving data for b69976b036: {'created_time': 1774342925.686466, 'last_price_update_time': 1774861311.938117}
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b69976b036') HTTP/1.1" 204 0
2026-03-30 09:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4deed85a-271a-5597-ad82-9ffee180657d with identifier: 61840929aa
2026-03-30 09:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4deed85a-271a-5597-ad82-9ffee180657d with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4deed85a-271a-5597-ad82-9ffee180657d with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4deed85a-271a-5597-ad82-9ffee180657d, identifier: 61840929aa
2026-03-30 09:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff98292e-5007-5400-83c8-28a6366d84e9 with identifier: ba117d60bf
2026-03-30 09:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff98292e-5007-5400-83c8-28a6366d84e9 with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff98292e-5007-5400-83c8-28a6366d84e9 with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ff98292e-5007-5400-83c8-28a6366d84e9, identifier: ba117d60bf
2026-03-30 09:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ab34540-e1d1-547e-9537-28720cf21d65 with identifier: f9890b33bf
2026-03-30 09:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab34540-e1d1-547e-9537-28720cf21d65 with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ab34540-e1d1-547e-9537-28720cf21d65 with scrape type 2
2026-03-30 09:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2ab34540-e1d1-547e-9537-28720cf21d65, identifier: f9890b33bf
2026-03-30 09:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4deed85a-271a-5597-ad82-9ffee180657d with identifier: 61840929aa
2026-03-30 09:01:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4deed85a-271a-5597-ad82-9ffee180657d with identifier: 61840929aa
2026-03-30 09:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4deed85a-271a-5597-ad82-9ffee180657d with identifier: 61840929aa to the API
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/61840929aa/citroen-c4-bluehdi-100-bvm-millenium>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4deed85a-271a-5597-ad82-9ffee180657d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/61840929aa/citroen-c4-bluehdi-100-bvm-millenium',
'listing': 'auction',
'location': '59 - LILLE',
'make': 'CITROEN',
'model': 'C4 Bluehdi 100 Bvm Millenium',
'odometer': 116894,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 Bluehdi 100 Bvm Millenium',
'transmission': 'automatic',
'trim': 'C4 Bluehdi 100 Bvm Millenium',
'year': 2017}
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:01:52 [vpauto.fr] INFO: Saving data for 61840929aa: {'created_time': 1773947242.672536, 'last_price_update_time': 1774861312.701679}
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='61840929aa') HTTP/1.1" 204 0
2026-03-30 09:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ff98292e-5007-5400-83c8-28a6366d84e9 with identifier: ba117d60bf
2026-03-30 09:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ff98292e-5007-5400-83c8-28a6366d84e9 with identifier: ba117d60bf
2026-03-30 09:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ff98292e-5007-5400-83c8-28a6366d84e9 with identifier: ba117d60bf to the API
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/ba117d60bf/renault-kangoo-express-15-dci-75-energy-e6-confort>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ff98292e-5007-5400-83c8-28a6366d84e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/ba117d60bf/renault-kangoo-express-15-dci-75-energy-e6-confort',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 CONFORT',
'odometer': 160143,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-02-22',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 CONFORT',
'transmission': 'manual',
'trim': 'KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 CONFORT',
'year': 2017}
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:53 [vpauto.fr] INFO: Saving data for ba117d60bf: {'created_time': 1774256918.821761, 'last_price_update_time': 1774861313.070261}
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='ba117d60bf') HTTP/1.1" 204 0
2026-03-30 09:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2ab34540-e1d1-547e-9537-28720cf21d65 with identifier: f9890b33bf
2026-03-30 09:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2ab34540-e1d1-547e-9537-28720cf21d65 with identifier: f9890b33bf
2026-03-30 09:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2ab34540-e1d1-547e-9537-28720cf21d65 with identifier: f9890b33bf to the API
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f9890b33bf/citroen-berlingo-xl-bluehdi-100-club>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2ab34540-e1d1-547e-9537-28720cf21d65',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f9890b33bf/citroen-berlingo-xl-bluehdi-100-club',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'BERLINGO XL BLUEHDI 100 CLUB',
'odometer': 103161,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-03-09',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO XL BLUEHDI 100 CLUB',
'transmission': 'manual',
'trim': 'BERLINGO XL BLUEHDI 100 CLUB',
'year': 2018}
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:53 [vpauto.fr] INFO: Saving data for f9890b33bf: {'created_time': 1774256921.323194, 'last_price_update_time': 1774861313.428809}
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f9890b33bf') HTTP/1.1" 204 0
2026-03-30 09:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/aeffb1636/volkswagen-golf-14-hybrid-rechargeable-opf-204-dsg6-style-1st> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=12> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/3b611cc036/renault-kangoo-express-kangoo-express-15-dci-75-energy-e6-generique> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c583317bbf/renault-master-fgn-l2h2-33t-23-dci-110-confort> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53965c8e-952d-535d-a2c2-30e9f472181e with identifier: aeffb1636
2026-03-30 09:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53965c8e-952d-535d-a2c2-30e9f472181e with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53965c8e-952d-535d-a2c2-30e9f472181e with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 53965c8e-952d-535d-a2c2-30e9f472181e, identifier: aeffb1636
2026-03-30 09:01:53 [vpauto.fr] INFO: Found 81 ads on page 12
2026-03-30 09:01:53 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:01:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:01:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:01:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:01:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 2
2026-03-30 09:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with identifier: 3b611cc036
2026-03-30 09:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4de4e269-fd0a-517d-b176-a7b9105dcfd3, identifier: 3b611cc036
2026-03-30 09:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df42cb73-bb64-50a0-aae2-cfcc41ee4123 with identifier: c583317bbf
2026-03-30 09:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df42cb73-bb64-50a0-aae2-cfcc41ee4123 with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df42cb73-bb64-50a0-aae2-cfcc41ee4123 with scrape type 2
2026-03-30 09:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: df42cb73-bb64-50a0-aae2-cfcc41ee4123, identifier: c583317bbf
2026-03-30 09:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 53965c8e-952d-535d-a2c2-30e9f472181e with identifier: aeffb1636
2026-03-30 09:01:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 53965c8e-952d-535d-a2c2-30e9f472181e with identifier: aeffb1636
2026-03-30 09:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 53965c8e-952d-535d-a2c2-30e9f472181e with identifier: aeffb1636 to the API
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/aeffb1636/volkswagen-golf-14-hybrid-rechargeable-opf-204-dsg6-style-1st>
{'auction_title': '',
'c_o_2_emission_value': 23,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '53965c8e-952d-535d-a2c2-30e9f472181e',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/aeffb1636/volkswagen-golf-14-hybrid-rechargeable-opf-204-dsg6-style-1st',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'VOLKSWAGEN',
'model': 'Golf 1.4 Hybrid Rechargeable OPF 204 DSG6 Style 1st',
'odometer': 92933,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf 1.4 Hybrid Rechargeable OPF 204 DSG6 Style 1st',
'transmission': 'automatic',
'trim': 'Golf 1.4 Hybrid Rechargeable OPF 204 DSG6 Style 1st',
'year': 2021}
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:01:54 [vpauto.fr] INFO: Saving data for aeffb1636: {'created_time': 1774429470.648285, 'last_price_update_time': 1774861314.522175}
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='aeffb1636') HTTP/1.1" 204 0
2026-03-30 09:01:54 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://vpauto.eu/vehicle/167bb37f36/ds-ds7-crossback-bluehdi-130-eat8> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-03-30 09:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with identifier: 3b611cc036
2026-03-30 09:01:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with identifier: 3b611cc036
2026-03-30 09:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4de4e269-fd0a-517d-b176-a7b9105dcfd3 with identifier: 3b611cc036 to the API
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/3b611cc036/renault-kangoo-express-kangoo-express-15-dci-75-energy-e6-generique>
{'auction_title': '',
'c_o_2_emission_value': 112,
'car_expert_report_source_url': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4de4e269-fd0a-517d-b176-a7b9105dcfd3',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/3b611cc036/renault-kangoo-express-kangoo-express-15-dci-75-energy-e6-generique',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'KANGOO EXPRESS KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 GENERIQUE',
'odometer': 223478,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-10-22',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 '
'GENERIQUE',
'transmission': 'manual',
'trim': 'KANGOO EXPRESS KANGOO EXPRESS 1.5 DCI 75 ENERGY E6 GENERIQUE',
'year': 2018}
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:01:54 [vpauto.fr] INFO: Saving data for 3b611cc036: {'created_time': 1774429458.163596, 'last_price_update_time': 1774861314.881924}
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='3b611cc036') HTTP/1.1" 204 0
2026-03-30 09:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: df42cb73-bb64-50a0-aae2-cfcc41ee4123 with identifier: c583317bbf
2026-03-30 09:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: df42cb73-bb64-50a0-aae2-cfcc41ee4123 with identifier: c583317bbf
2026-03-30 09:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: df42cb73-bb64-50a0-aae2-cfcc41ee4123 with identifier: c583317bbf to the API
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c583317bbf/renault-master-fgn-l2h2-33t-23-dci-110-confort>
{'auction_title': '',
'c_o_2_emission_value': 207,
'car_expert_report_source_url': None,
'category': None,
'color': 'Navy blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-04-04T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'df42cb73-bb64-50a0-aae2-cfcc41ee4123',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c583317bbf/renault-master-fgn-l2h2-33t-23-dci-110-confort',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'MASTER FGN L2H2 3.3t 2.3 dCi 110 CONFORT',
'odometer': 186449,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 5400,
'price_includes_vat': True,
'registration_date': '2014-10-31',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER FGN L2H2 3.3t 2.3 dCi 110 CONFORT',
'transmission': 'manual',
'trim': 'MASTER FGN L2H2 3.3t 2.3 dCi 110 CONFORT',
'year': 2014}
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Saving data for c583317bbf: {'auction_closing_time': 1775295000.0, 'created_time': 1774256925.744132, 'last_price_update_time': 1774861315.203835}
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c583317bbf') HTTP/1.1" 204 0
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 2
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 2
2026-03-30 09:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8e5ed4cfbf/citroen-c3-bluehdi-100-ss-bvm6-feel> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cf986a83bf/toyota-proace-long-20l-140-d-4d-bva8-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 2
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 2
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for ee86c52194: 2
2026-03-30 09:01:55 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:55 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 2
2026-03-30 09:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with identifier: 8e5ed4cfbf
2026-03-30 09:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with scrape type 2
2026-03-30 09:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with scrape type 2
2026-03-30 09:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: fea4a771-78d9-5ca8-9357-cd5ea87fd4bd, identifier: 8e5ed4cfbf
2026-03-30 09:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd770b57-f678-516b-b8fd-aa532436625d with identifier: cf986a83bf
2026-03-30 09:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd770b57-f678-516b-b8fd-aa532436625d with scrape type 2
2026-03-30 09:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd770b57-f678-516b-b8fd-aa532436625d with scrape type 2
2026-03-30 09:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: dd770b57-f678-516b-b8fd-aa532436625d, identifier: cf986a83bf
2026-03-30 09:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with identifier: 8e5ed4cfbf
2026-03-30 09:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with identifier: 8e5ed4cfbf
2026-03-30 09:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: fea4a771-78d9-5ca8-9357-cd5ea87fd4bd with identifier: 8e5ed4cfbf to the API
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fea4a771-78d9-5ca8-9357-cd5ea87fd4bd%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id fea4a771-78d9-5ca8-9357-cd5ea87fd4bd: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022CITROEN C3 BlueHDi 100 S\u0026S BVM6 Feel\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022CITROEN\u0022, \u0022Model\u0022: \u0022C3 BlueHDi 100 S\u0026S BVM6 Feel\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-18\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/8e5ed4cfbf/citroen-c3-bluehdi-100-ss-bvm6-feel\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022C3 BlueHDi 100 S\u0026S BVM6 Feel\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 111, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022fea4a771-78d9-5ca8-9357-cd5ea87fd4bd\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:55 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:56 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:56 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fea4a771-78d9-5ca8-9357-cd5ea87fd4bd',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8e5ed4cfbf/citroen-c3-bluehdi-100-ss-bvm6-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 BlueHDi 100 S&S BVM6 Feel',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 BlueHDi 100 S&S BVM6 Feel',
'transmission': 'manual',
'trim': 'C3 BlueHDi 100 S&S BVM6 Feel',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Saving data for 8e5ed4cfbf: {'created_time': 1774256852.541549, 'last_price_update_time': 1774861316.074222}
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8e5ed4cfbf') HTTP/1.1" 204 0
2026-03-30 09:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: dd770b57-f678-516b-b8fd-aa532436625d with identifier: cf986a83bf
2026-03-30 09:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: dd770b57-f678-516b-b8fd-aa532436625d with identifier: cf986a83bf
2026-03-30 09:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: dd770b57-f678-516b-b8fd-aa532436625d with identifier: cf986a83bf to the API
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/cf986a83bf/toyota-proace-long-20l-140-d-4d-bva8-business>
{'auction_title': '',
'c_o_2_emission_value': 196,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dd770b57-f678-516b-b8fd-aa532436625d',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cf986a83bf/toyota-proace-long-20l-140-d-4d-bva8-business',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'TOYOTA',
'model': 'PROACE LONG 2.0L 140 D-4D BVA8 BUSINESS',
'odometer': 135833,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2023-01-20',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE LONG 2.0L 140 D-4D BVA8 BUSINESS',
'transmission': 'automatic',
'trim': 'PROACE LONG 2.0L 140 D-4D BVA8 BUSINESS',
'year': 2023}
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Saving data for cf986a83bf: {'created_time': 1774429472.054437, 'last_price_update_time': 1774861316.522441}
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cf986a83bf') HTTP/1.1" 204 0
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for c2378b5236: 2
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/284764ec94/peugeot-207-cc-16-thp-16v-150ch-feline> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8a65b23294/volkswagen-crafter-van-30-l3h3-20-tdi-140-ch-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 2
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d666f9ff36/renault-clio-dci-75-energy> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/454abd0cbf/yamaha-yamaha-yz> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e04bf84fbf/harley-davidson-harley-davidson> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/7d08db4bf/hyundai-tucson-17-crdi-115-2wd-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for 675b493d3a: 2
2026-03-30 09:01:56 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:01:56 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 2
2026-03-30 09:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4184b232-333b-56f4-a5b1-49812d79f6bb with identifier: 284764ec94
2026-03-30 09:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4184b232-333b-56f4-a5b1-49812d79f6bb with scrape type 2
2026-03-30 09:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4184b232-333b-56f4-a5b1-49812d79f6bb with scrape type 2
2026-03-30 09:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4184b232-333b-56f4-a5b1-49812d79f6bb, identifier: 284764ec94
2026-03-30 09:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db9682ef-78c9-51d4-bdc5-caffcef372b2 with identifier: 8a65b23294
2026-03-30 09:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9682ef-78c9-51d4-bdc5-caffcef372b2 with scrape type 2
2026-03-30 09:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db9682ef-78c9-51d4-bdc5-caffcef372b2 with scrape type 2
2026-03-30 09:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: db9682ef-78c9-51d4-bdc5-caffcef372b2, identifier: 8a65b23294
2026-03-30 09:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4184b232-333b-56f4-a5b1-49812d79f6bb with identifier: 284764ec94
2026-03-30 09:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4184b232-333b-56f4-a5b1-49812d79f6bb with identifier: 284764ec94
2026-03-30 09:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4184b232-333b-56f4-a5b1-49812d79f6bb with identifier: 284764ec94 to the API
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/284764ec94/peugeot-207-cc-16-thp-16v-150ch-feline>
{'auction_title': '',
'c_o_2_emission_value': 171,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey metallic',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-04-03T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4184b232-333b-56f4-a5b1-49812d79f6bb',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/284764ec94/peugeot-207-cc-16-thp-16v-150ch-feline',
'listing': 'auction',
'location': '00 -',
'make': 'PEUGEOT',
'model': '207 CC 1.6 THP 16V 150ch Féline',
'odometer': 187088,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 900,
'price_includes_vat': True,
'registration_date': '2008-11-12',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 207 CC 1.6 THP 16V 150ch Féline',
'transmission': 'manual',
'trim': '207 CC 1.6 THP 16V 150ch Féline',
'year': 2008}
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:01:57 [vpauto.fr] INFO: Saving data for 284764ec94: {'auction_closing_time': 1775217600.0, 'created_time': 1774638999.144872, 'last_price_update_time': 1774861317.433238}
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='284764ec94') HTTP/1.1" 204 0
2026-03-30 09:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: db9682ef-78c9-51d4-bdc5-caffcef372b2 with identifier: 8a65b23294
2026-03-30 09:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: db9682ef-78c9-51d4-bdc5-caffcef372b2 with identifier: 8a65b23294
2026-03-30 09:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: db9682ef-78c9-51d4-bdc5-caffcef372b2 with identifier: 8a65b23294 to the API
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/8a65b23294/volkswagen-crafter-van-30-l3h3-20-tdi-140-ch-business>
{'auction_title': '',
'c_o_2_emission_value': 228,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'db9682ef-78c9-51d4-bdc5-caffcef372b2',
'is_damaged': False,
'is_operable': False,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8a65b23294/volkswagen-crafter-van-30-l3h3-20-tdi-140-ch-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER VAN 30 L3H3 2.0 TDI 140 CH BUSINESS',
'odometer': 143614,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2023-01-19',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER VAN 30 L3H3 2.0 TDI 140 CH BUSINESS',
'transmission': 'manual',
'trim': 'CRAFTER VAN 30 L3H3 2.0 TDI 140 CH BUSINESS',
'year': 2023}
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:01:57 [vpauto.fr] INFO: Saving data for 8a65b23294: {'created_time': 1774639016.992604, 'last_price_update_time': 1774861317.81005}
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8a65b23294') HTTP/1.1" 204 0
2026-03-30 09:01:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:01:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 2
2026-03-30 09:01:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:01:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 2
2026-03-30 09:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/cbc47bbbf/renault-megane-iv-societe-blue-dci-95-air-2p> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec985513-4ac2-564f-a031-98c7f8242718 with identifier: d666f9ff36
2026-03-30 09:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec985513-4ac2-564f-a031-98c7f8242718 with scrape type 2
2026-03-30 09:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec985513-4ac2-564f-a031-98c7f8242718 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ec985513-4ac2-564f-a031-98c7f8242718, identifier: d666f9ff36
2026-03-30 09:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7e28a16-82a7-552e-9e1f-f78d817b27a0 with identifier: 454abd0cbf
2026-03-30 09:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7e28a16-82a7-552e-9e1f-f78d817b27a0 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7e28a16-82a7-552e-9e1f-f78d817b27a0 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c7e28a16-82a7-552e-9e1f-f78d817b27a0, identifier: 454abd0cbf
2026-03-30 09:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd898dc5-0847-5293-ba0d-bef1280a2713 with identifier: e04bf84fbf
2026-03-30 09:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd898dc5-0847-5293-ba0d-bef1280a2713 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd898dc5-0847-5293-ba0d-bef1280a2713 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: dd898dc5-0847-5293-ba0d-bef1280a2713, identifier: e04bf84fbf
2026-03-30 09:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa2a274-dc2c-598c-9f06-a72997c3a941 with identifier: 7d08db4bf
2026-03-30 09:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa2a274-dc2c-598c-9f06-a72997c3a941 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa2a274-dc2c-598c-9f06-a72997c3a941 with scrape type 2
2026-03-30 09:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6fa2a274-dc2c-598c-9f06-a72997c3a941, identifier: 7d08db4bf
2026-03-30 09:01:58 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:01:58 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:01:58 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:01:58 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [vpauto.fr] INFO: Scrape type for 23f0618936: 2
2026-03-30 09:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ec985513-4ac2-564f-a031-98c7f8242718 with identifier: d666f9ff36
2026-03-30 09:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ec985513-4ac2-564f-a031-98c7f8242718 with identifier: d666f9ff36
2026-03-30 09:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ec985513-4ac2-564f-a031-98c7f8242718 with identifier: d666f9ff36 to the API
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ec985513-4ac2-564f-a031-98c7f8242718%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id ec985513-4ac2-564f-a031-98c7f8242718: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio dCi 75 Energy\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio dCi 75 Energy\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222017-10-18\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/d666f9ff36/renault-clio-dci-75-energy\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio dCi 75 Energy\u0022, \u0022Year\u0022: 2017, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 85, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022ec985513-4ac2-564f-a031-98c7f8242718\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:58 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:58 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 85,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ec985513-4ac2-564f-a031-98c7f8242718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d666f9ff36/renault-clio-dci-75-energy',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'Clio dCi 75 Energy',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-10-18',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Clio dCi 75 Energy',
'transmission': 'automatic',
'trim': 'Clio dCi 75 Energy',
'year': 2017}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:01:58 [vpauto.fr] INFO: Saving data for d666f9ff36: {'created_time': 1774429471.386704, 'last_price_update_time': 1774861318.872659}
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d666f9ff36') HTTP/1.1" 204 0
2026-03-30 09:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c7e28a16-82a7-552e-9e1f-f78d817b27a0 with identifier: 454abd0cbf
2026-03-30 09:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c7e28a16-82a7-552e-9e1f-f78d817b27a0 with identifier: 454abd0cbf
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c7e28a16-82a7-552e-9e1f-f78d817b27a0 with identifier: 454abd0cbf to the API
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c7e28a16-82a7-552e-9e1f-f78d817b27a0%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id c7e28a16-82a7-552e-9e1f-f78d817b27a0: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022YAMAHA YAMAHA YZ\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022YAMAHA\u0022, \u0022Model\u0022: \u0022YZ\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222024-05-16\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/454abd0cbf/yamaha-yamaha-yz\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022YZ\u0022, \u0022Year\u0022: 2024, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: null, \u0022CO2EmissionValue\u0022: 48, \u0022EmissionStandard\u0022: \u0022EURO 5\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022c7e28a16-82a7-552e-9e1f-f78d817b27a0\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:59 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 48,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c7e28a16-82a7-552e-9e1f-f78d817b27a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/454abd0cbf/yamaha-yamaha-yz',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'YAMAHA',
'model': 'YZ',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2024-05-16',
'seats_number': 2,
'seller_name': None,
'title': 'YAMAHA YAMAHA YZ',
'transmission': 'automatic',
'trim': 'YZ',
'year': 2024}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [vpauto.fr] INFO: Saving data for 454abd0cbf: {'created_time': 1774256941.713787, 'last_price_update_time': 1774861319.259718}
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='454abd0cbf') HTTP/1.1" 204 0
2026-03-30 09:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: dd898dc5-0847-5293-ba0d-bef1280a2713 with identifier: e04bf84fbf
2026-03-30 09:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: dd898dc5-0847-5293-ba0d-bef1280a2713 with identifier: e04bf84fbf
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: dd898dc5-0847-5293-ba0d-bef1280a2713 with identifier: e04bf84fbf to the API
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dd898dc5-0847-5293-ba0d-bef1280a2713%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id dd898dc5-0847-5293-ba0d-bef1280a2713: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022HARLEY-DAVIDSON HARLEY-DAVIDSON\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022HARLEY-DAVIDSON\u0022, \u0022Model\u0022: \u0022\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222023-07-19\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/e04bf84fbf/harley-davidson-harley-davidson\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022\u0022, \u0022Year\u0022: 2023, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: null, \u0022CO2EmissionValue\u0022: 144, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022dd898dc5-0847-5293-ba0d-bef1280a2713\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:01:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:59 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 144,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'dd898dc5-0847-5293-ba0d-bef1280a2713',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e04bf84fbf/harley-davidson-harley-davidson',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'HARLEY-DAVIDSON',
'model': '',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2023-07-19',
'seats_number': 2,
'seller_name': None,
'title': 'HARLEY-DAVIDSON HARLEY-DAVIDSON',
'transmission': 'automatic',
'trim': '',
'year': 2023}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [vpauto.fr] INFO: Saving data for e04bf84fbf: {'created_time': 1774256939.940427, 'last_price_update_time': 1774861319.560095}
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e04bf84fbf') HTTP/1.1" 204 0
2026-03-30 09:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6fa2a274-dc2c-598c-9f06-a72997c3a941 with identifier: 7d08db4bf
2026-03-30 09:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6fa2a274-dc2c-598c-9f06-a72997c3a941 with identifier: 7d08db4bf
2026-03-30 09:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6fa2a274-dc2c-598c-9f06-a72997c3a941 with identifier: 7d08db4bf to the API
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/7d08db4bf/hyundai-tucson-17-crdi-115-2wd-business>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '1.7L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6fa2a274-dc2c-598c-9f06-a72997c3a941',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/7d08db4bf/hyundai-tucson-17-crdi-115-2wd-business',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'HYUNDAI',
'model': 'TUCSON 1.7 Crdi 115 2wd Business',
'odometer': 167431,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.7 Crdi 115 2wd Business',
'transmission': 'manual',
'trim': 'TUCSON 1.7 Crdi 115 2wd Business',
'year': 2017}
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [vpauto.fr] INFO: Saving data for 7d08db4bf: {'created_time': 1774429464.527266, 'last_price_update_time': 1774861319.884157}
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='7d08db4bf') HTTP/1.1" 204 0
2026-03-30 09:01:59 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:01:59 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 2
2026-03-30 09:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with identifier: cbc47bbbf
2026-03-30 09:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with scrape type 2
2026-03-30 09:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with scrape type 2
2026-03-30 09:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d, identifier: cbc47bbbf
2026-03-30 09:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with identifier: cbc47bbbf
2026-03-30 09:02:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with identifier: cbc47bbbf
2026-03-30 09:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d with identifier: cbc47bbbf to the API
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/cbc47bbbf/renault-megane-iv-societe-blue-dci-95-air-2p>
{'auction_title': '',
'c_o_2_emission_value': 102,
'car_expert_report_source_url': None,
'category': None,
'color': 'STAR BLACK',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '47c11a78-0d0c-57bf-9a88-a3e2d3b6fe4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/cbc47bbbf/renault-megane-iv-societe-blue-dci-95-air-2p',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'odometer': 159640,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-10-08',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'transmission': 'manual',
'trim': 'MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'year': 2019}
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Saving data for cbc47bbbf: {'created_time': 1774429468.011611, 'last_price_update_time': 1774861320.651465}
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='cbc47bbbf') HTTP/1.1" 204 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 39394521bf: 2
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 2
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:00 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:00 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 2
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 2
2026-03-30 09:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/79f7e0af36/peugeot-208-bluehdi-100-ss-bvm6-premium> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/526c8972bf/renault-megane-iv-societe-blue-dci-95-air-2p> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/115d408f3a/peugeot-boxer-fourgon-boxer-tole-333-l2h2-bluehdi-120-ss-premium> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 2
2026-03-30 09:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for af3b06ff36: 2
2026-03-30 09:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c3664271bf/citroen-c3-puretech-83-ss-bvm5-feel> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 2
2026-03-30 09:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 2
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 2
2026-03-30 09:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/95b067c736/citroen-c3-puretech-83-ss-bvm5-feel> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded375fb-c055-5409-8f00-ef31eef513c1 with identifier: 79f7e0af36
2026-03-30 09:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded375fb-c055-5409-8f00-ef31eef513c1 with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ded375fb-c055-5409-8f00-ef31eef513c1 with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ded375fb-c055-5409-8f00-ef31eef513c1, identifier: 79f7e0af36
2026-03-30 09:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db1097b5-3d30-55e8-afe1-8041609eb61b with identifier: 526c8972bf
2026-03-30 09:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db1097b5-3d30-55e8-afe1-8041609eb61b with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db1097b5-3d30-55e8-afe1-8041609eb61b with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: db1097b5-3d30-55e8-afe1-8041609eb61b, identifier: 526c8972bf
2026-03-30 09:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b80d30-d244-5f91-b9a8-318969db8d2c with identifier: 115d408f3a
2026-03-30 09:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b80d30-d244-5f91-b9a8-318969db8d2c with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b80d30-d244-5f91-b9a8-318969db8d2c with scrape type 2
2026-03-30 09:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 53b80d30-d244-5f91-b9a8-318969db8d2c, identifier: 115d408f3a
2026-03-30 09:02:01 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:01 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 2
2026-03-30 09:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ded375fb-c055-5409-8f00-ef31eef513c1 with identifier: 79f7e0af36
2026-03-30 09:02:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ded375fb-c055-5409-8f00-ef31eef513c1 with identifier: 79f7e0af36
2026-03-30 09:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ded375fb-c055-5409-8f00-ef31eef513c1 with identifier: 79f7e0af36 to the API
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/79f7e0af36/peugeot-208-bluehdi-100-ss-bvm6-premium>
{'auction_title': '',
'c_o_2_emission_value': 106,
'car_expert_report_source_url': None,
'category': None,
'color': 'Opaque color Ice White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ded375fb-c055-5409-8f00-ef31eef513c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/79f7e0af36/peugeot-208-bluehdi-100-ss-bvm6-premium',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'PEUGEOT',
'model': '208 BLUEHDI 100 S&S BVM6 PREMIUM',
'odometer': 118475,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-11-25',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BLUEHDI 100 S&S BVM6 PREMIUM',
'transmission': 'manual',
'trim': '208 BLUEHDI 100 S&S BVM6 PREMIUM',
'year': 2022}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:02 [vpauto.fr] INFO: Saving data for 79f7e0af36: {'created_time': 1774342930.343548, 'last_price_update_time': 1774861322.114477}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='79f7e0af36') HTTP/1.1" 204 0
2026-03-30 09:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: db1097b5-3d30-55e8-afe1-8041609eb61b with identifier: 526c8972bf
2026-03-30 09:02:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: db1097b5-3d30-55e8-afe1-8041609eb61b with identifier: 526c8972bf
2026-03-30 09:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: db1097b5-3d30-55e8-afe1-8041609eb61b with identifier: 526c8972bf to the API
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/526c8972bf/renault-megane-iv-societe-blue-dci-95-air-2p>
{'auction_title': '',
'c_o_2_emission_value': 116,
'car_expert_report_source_url': None,
'category': None,
'color': 'Cosmos Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'db1097b5-3d30-55e8-afe1-8041609eb61b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/526c8972bf/renault-megane-iv-societe-blue-dci-95-air-2p',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'odometer': 101024,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-06-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'transmission': 'manual',
'trim': 'MEGANE IV SOCIETE BLUE DCI 95 AIR 2P',
'year': 2020}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:02 [vpauto.fr] INFO: Saving data for 526c8972bf: {'created_time': 1774429466.977445, 'last_price_update_time': 1774861322.581864}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='526c8972bf') HTTP/1.1" 204 0
2026-03-30 09:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 53b80d30-d244-5f91-b9a8-318969db8d2c with identifier: 115d408f3a
2026-03-30 09:02:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 53b80d30-d244-5f91-b9a8-318969db8d2c with identifier: 115d408f3a
2026-03-30 09:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 53b80d30-d244-5f91-b9a8-318969db8d2c with identifier: 115d408f3a to the API
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/115d408f3a/peugeot-boxer-fourgon-boxer-tole-333-l2h2-bluehdi-120-ss-premium>
{'auction_title': '',
'c_o_2_emission_value': 153,
'car_expert_report_source_url': None,
'category': None,
'color': 'BLANC BANQUISE OPAQUE STD',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '53b80d30-d244-5f91-b9a8-318969db8d2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/115d408f3a/peugeot-boxer-fourgon-boxer-tole-333-l2h2-bluehdi-120-ss-premium',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'PEUGEOT',
'model': 'BOXER FOURGON Boxer Tole 333 L2h2 Bluehdi 120 S&s PREMIUM',
'odometer': 128209,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-12-13',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER FOURGON Boxer Tole 333 L2h2 Bluehdi 120 S&s PREMIUM',
'transmission': 'automatic',
'trim': 'BOXER FOURGON Boxer Tole 333 L2h2 Bluehdi 120 S&s PREMIUM',
'year': 2019}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:02 [vpauto.fr] INFO: Saving data for 115d408f3a: {'created_time': 1774639047.337205, 'last_price_update_time': 1774861322.965922}
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='115d408f3a') HTTP/1.1" 204 0
2026-03-30 09:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ba7f16e5e5/peugeot-208-affaire-bluehdi-100-ss-bvm5-premium> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7022bdf-11c1-5468-b536-d978b4138ec1 with identifier: c3664271bf
2026-03-30 09:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7022bdf-11c1-5468-b536-d978b4138ec1 with scrape type 2
2026-03-30 09:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7022bdf-11c1-5468-b536-d978b4138ec1 with scrape type 2
2026-03-30 09:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b7022bdf-11c1-5468-b536-d978b4138ec1, identifier: c3664271bf
2026-03-30 09:02:03 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:03 [vpauto.fr] INFO: Scrape type for a011ff4e5: 2
2026-03-30 09:02:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/5cb679ddbf/yamaha-yamaha-tracer-700> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b7022bdf-11c1-5468-b536-d978b4138ec1 with identifier: c3664271bf
2026-03-30 09:02:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b7022bdf-11c1-5468-b536-d978b4138ec1 with identifier: c3664271bf
2026-03-30 09:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b7022bdf-11c1-5468-b536-d978b4138ec1 with identifier: c3664271bf to the API
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c3664271bf/citroen-c3-puretech-83-ss-bvm5-feel>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': None,
'category': None,
'color': 'Ice blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'b7022bdf-11c1-5468-b536-d978b4138ec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c3664271bf/citroen-c3-puretech-83-ss-bvm5-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 PureTech 83 S&S BVM5 Feel',
'odometer': 94457,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2023-08-16',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 PureTech 83 S&S BVM5 Feel',
'transmission': 'automatic',
'trim': 'C3 PureTech 83 S&S BVM5 Feel',
'year': 2023}
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:03 [vpauto.fr] INFO: Saving data for c3664271bf: {'created_time': 1774256944.772831, 'last_price_update_time': 1774861323.502926}
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c3664271bf') HTTP/1.1" 204 0
2026-03-30 09:02:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with identifier: 95b067c736
2026-03-30 09:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with scrape type 2
2026-03-30 09:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with scrape type 2
2026-03-30 09:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 23ab3278-7f68-56ef-8a2f-df71fff7d4ee, identifier: 95b067c736
2026-03-30 09:02:03 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:03 [vpauto.fr] INFO: Scrape type for 5b8c814836: 2
2026-03-30 09:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with identifier: 95b067c736
2026-03-30 09:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with identifier: 95b067c736
2026-03-30 09:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 23ab3278-7f68-56ef-8a2f-df71fff7d4ee with identifier: 95b067c736 to the API
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/95b067c736/citroen-c3-puretech-83-ss-bvm5-feel>
{'auction_title': '',
'c_o_2_emission_value': 131,
'car_expert_report_source_url': None,
'category': None,
'color': 'Ice blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '23ab3278-7f68-56ef-8a2f-df71fff7d4ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/95b067c736/citroen-c3-puretech-83-ss-bvm5-feel',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'C3 PureTech 83 S&S BVM5 Feel',
'odometer': 63910,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-10-16',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 PureTech 83 S&S BVM5 Feel',
'transmission': 'automatic',
'trim': 'C3 PureTech 83 S&S BVM5 Feel',
'year': 2020}
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:04 [vpauto.fr] INFO: Saving data for 95b067c736: {'created_time': 1774342928.793735, 'last_price_update_time': 1774861324.051043}
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='95b067c736') HTTP/1.1" 204 0
2026-03-30 09:02:04 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:04 [vpauto.fr] INFO: Scrape type for c5c07e415a: 2
2026-03-30 09:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with identifier: ba7f16e5e5
2026-03-30 09:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with scrape type 2
2026-03-30 09:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with scrape type 2
2026-03-30 09:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 87ff06d6-0278-50fc-8e50-73e2db3e8de8, identifier: ba7f16e5e5
2026-03-30 09:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with identifier: 5cb679ddbf
2026-03-30 09:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with scrape type 2
2026-03-30 09:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with scrape type 2
2026-03-30 09:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 2a40e237-e9b0-5b9c-9f46-ca97d143e021, identifier: 5cb679ddbf
2026-03-30 09:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with identifier: ba7f16e5e5
2026-03-30 09:02:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with identifier: ba7f16e5e5
2026-03-30 09:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 87ff06d6-0278-50fc-8e50-73e2db3e8de8 with identifier: ba7f16e5e5 to the API
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/ba7f16e5e5/peugeot-208-affaire-bluehdi-100-ss-bvm5-premium>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': None,
'category': None,
'color': 'NOIR PERLA',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '87ff06d6-0278-50fc-8e50-73e2db3e8de8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/ba7f16e5e5/peugeot-208-affaire-bluehdi-100-ss-bvm5-premium',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '208 AFFAIRE BLUEHDI 100 S&S BVM5 PREMIUM',
'odometer': 46076,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-03-11',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 AFFAIRE BLUEHDI 100 S&S BVM5 PREMIUM',
'transmission': 'manual',
'trim': '208 AFFAIRE BLUEHDI 100 S&S BVM5 PREMIUM',
'year': 2020}
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:04 [vpauto.fr] INFO: Saving data for ba7f16e5e5: {'created_time': 1774639043.650133, 'last_price_update_time': 1774861324.99803}
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='ba7f16e5e5') HTTP/1.1" 204 0
2026-03-30 09:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with identifier: 5cb679ddbf
2026-03-30 09:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with identifier: 5cb679ddbf
2026-03-30 09:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 2a40e237-e9b0-5b9c-9f46-ca97d143e021 with identifier: 5cb679ddbf to the API
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/5cb679ddbf/yamaha-yamaha-tracer-700>
{'auction_title': '',
'c_o_2_emission_value': 100,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2a40e237-e9b0-5b9c-9f46-ca97d143e021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/5cb679ddbf/yamaha-yamaha-tracer-700',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'YAMAHA',
'model': 'TRACER 700',
'odometer': 29422,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-12-21',
'seats_number': 2,
'seller_name': None,
'title': 'YAMAHA YAMAHA TRACER 700',
'transmission': 'automatic',
'trim': 'TRACER 700',
'year': 2022}
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Saving data for 5cb679ddbf: {'created_time': 1774293470.334555, 'last_price_update_time': 1774861325.361518}
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='5cb679ddbf') HTTP/1.1" 204 0
2026-03-30 09:02:05 [scrapy.extensions.logstats] INFO: Crawled 131 pages (at 98 pages/min), scraped 64 items (at 57 items/min)
2026-03-30 09:02:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 2
2026-03-30 09:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/49e4ef06bf/volkswagen-touran-16-tdi-105-fap-confortline-dsg7> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for e25ee4753a: 2
2026-03-30 09:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c684d04436/citroen-jumper-tole-33-mh-20-hdi> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/33708d00bf/harley-davidson-xl-1200-c> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/241d789436/bmw-serie-1-e87-120i-luxe> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b2d859d13a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 2
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for c684d04436: 2
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for 241d789436: 2
2026-03-30 09:02:05 [vpauto.fr] ERROR: Error parsing ad details: time data 'Unknown' does not match format '%d/%m/%Y'
Traceback (most recent call last):
File "/usr/src/app/crawlers/spiders/vpauto.py", line 133, in _after_details_page_opened
registration_date = self._extract_registration_date(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/spiders/vpauto.py", line 257, in _extract_registration_date
return datetime.strptime(date_str.strip(), "%d/%m/%Y").date().isoformat()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/_strptime.py", line 349, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data 'Unknown' does not match format '%d/%m/%Y'
2026-03-30 09:02:05 [vpauto.fr] ERROR: An error occurred:
Traceback (most recent call last):
File "/usr/src/app/crawlers/spiders/vpauto.py", line 133, in _after_details_page_opened
registration_date = self._extract_registration_date(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/spiders/vpauto.py", line 257, in _extract_registration_date
return datetime.strptime(date_str.strip(), "%d/%m/%Y").date().isoformat()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/_strptime.py", line 349, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data 'Unknown' does not match format '%d/%m/%Y'
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:05 [vpauto.fr] INFO: Scrape type for 33708d00bf: 2
2026-03-30 09:02:05 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with identifier: 49e4ef06bf
2026-03-30 09:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 00e2082f-a11b-53d0-8222-6a2aba58c2b7, identifier: 49e4ef06bf
2026-03-30 09:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62264a3d-18ed-5954-ab8b-e8e36aa90588 with identifier: c684d04436
2026-03-30 09:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62264a3d-18ed-5954-ab8b-e8e36aa90588 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62264a3d-18ed-5954-ab8b-e8e36aa90588 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 62264a3d-18ed-5954-ab8b-e8e36aa90588, identifier: c684d04436
2026-03-30 09:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fc0437b-328d-56c1-adf1-544eb3033d68 with identifier: 33708d00bf
2026-03-30 09:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc0437b-328d-56c1-adf1-544eb3033d68 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fc0437b-328d-56c1-adf1-544eb3033d68 with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6fc0437b-328d-56c1-adf1-544eb3033d68, identifier: 33708d00bf
2026-03-30 09:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64409364-8f8d-5054-88b5-2b035ecb32af with identifier: 241d789436
2026-03-30 09:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64409364-8f8d-5054-88b5-2b035ecb32af with scrape type 2
2026-03-30 09:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64409364-8f8d-5054-88b5-2b035ecb32af with scrape type 2
2026-03-30 09:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 64409364-8f8d-5054-88b5-2b035ecb32af, identifier: 241d789436
2026-03-30 09:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with identifier: 49e4ef06bf
2026-03-30 09:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with identifier: 49e4ef06bf
2026-03-30 09:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 00e2082f-a11b-53d0-8222-6a2aba58c2b7 with identifier: 49e4ef06bf to the API
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/49e4ef06bf/volkswagen-touran-16-tdi-105-fap-confortline-dsg7>
{'auction_title': '',
'c_o_2_emission_value': 134,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '00e2082f-a11b-53d0-8222-6a2aba58c2b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/49e4ef06bf/volkswagen-touran-16-tdi-105-fap-confortline-dsg7',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'VOLKSWAGEN',
'model': 'Touran 1.6 TDI 105 FAP Confortline DSG7',
'odometer': 234054,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2011-02-10',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Touran 1.6 TDI 105 FAP Confortline DSG7',
'transmission': 'automatic',
'trim': 'Touran 1.6 TDI 105 FAP Confortline DSG7',
'year': 2011}
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:06 [vpauto.fr] INFO: Saving data for 49e4ef06bf: {'created_time': 1774639053.349861, 'last_price_update_time': 1774861326.473874}
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='49e4ef06bf') HTTP/1.1" 204 0
2026-03-30 09:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 62264a3d-18ed-5954-ab8b-e8e36aa90588 with identifier: c684d04436
2026-03-30 09:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 62264a3d-18ed-5954-ab8b-e8e36aa90588 with identifier: c684d04436
2026-03-30 09:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 62264a3d-18ed-5954-ab8b-e8e36aa90588 with identifier: c684d04436 to the API
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c684d04436/citroen-jumper-tole-33-mh-20-hdi>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '62264a3d-18ed-5954-ab8b-e8e36aa90588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c684d04436/citroen-jumper-tole-33-mh-20-hdi',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'JUMPER TOLE 33 MH 2.0 HDi',
'odometer': 87538,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2006-06-19',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN JUMPER TOLE 33 MH 2.0 HDi',
'transmission': 'automatic',
'trim': 'JUMPER TOLE 33 MH 2.0 HDi',
'year': 2006}
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:06 [vpauto.fr] INFO: Saving data for c684d04436: {'created_time': 1774515948.727205, 'last_price_update_time': 1774861326.991816}
2026-03-30 09:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c684d04436') HTTP/1.1" 204 0
2026-03-30 09:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6fc0437b-328d-56c1-adf1-544eb3033d68 with identifier: 33708d00bf
2026-03-30 09:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6fc0437b-328d-56c1-adf1-544eb3033d68 with identifier: 33708d00bf
2026-03-30 09:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6fc0437b-328d-56c1-adf1-544eb3033d68 with identifier: 33708d00bf to the API
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276fc0437b-328d-56c1-adf1-544eb3033d68%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 6fc0437b-328d-56c1-adf1-544eb3033d68: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Navy blue metallic\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022HARLEY DAVIDSON XL 1200 C\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022HARLEY DAVIDSON\u0022, \u0022Model\u0022: \u0022XL 1200 C\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222018-09-21\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/33708d00bf/harley-davidson-xl-1200-c\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022XL 1200 C\u0022, \u0022Year\u0022: 2018, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: null, \u0022CO2EmissionValue\u0022: 120, \u0022EmissionStandard\u0022: \u0022EURO 4\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u00226fc0437b-328d-56c1-adf1-544eb3033d68\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:06 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:07 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:07 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Navy blue metallic',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 4',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6fc0437b-328d-56c1-adf1-544eb3033d68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/33708d00bf/harley-davidson-xl-1200-c',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'HARLEY DAVIDSON',
'model': 'XL 1200 C',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-09-21',
'seats_number': 2,
'seller_name': None,
'title': 'HARLEY DAVIDSON XL 1200 C',
'transmission': 'manual',
'trim': 'XL 1200 C',
'year': 2018}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Saving data for 33708d00bf: {'created_time': 1774256940.954162, 'last_price_update_time': 1774861327.404473}
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='33708d00bf') HTTP/1.1" 204 0
2026-03-30 09:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 64409364-8f8d-5054-88b5-2b035ecb32af with identifier: 241d789436
2026-03-30 09:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 64409364-8f8d-5054-88b5-2b035ecb32af with identifier: 241d789436
2026-03-30 09:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 64409364-8f8d-5054-88b5-2b035ecb32af with identifier: 241d789436 to the API
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/241d789436/bmw-serie-1-e87-120i-luxe>
{'auction_title': '',
'c_o_2_emission_value': 181,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': '2026-04-07T13:30:00Z',
'fuel_type': 'Petrol',
'id': '64409364-8f8d-5054-88b5-2b035ecb32af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/241d789436/bmw-serie-1-e87-120i-luxe',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'BMW',
'model': 'SERIE 1 E87 120i Luxe',
'odometer': 110004,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 6000,
'price_includes_vat': True,
'registration_date': '2006-04-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 E87 120i Luxe',
'transmission': 'manual',
'trim': 'SERIE 1 E87 120i Luxe',
'year': 2006}
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Saving data for 241d789436: {'auction_closing_time': 1775568600.0, 'created_time': 1774429463.737003, 'last_price_update_time': 1774861327.78014}
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='241d789436') HTTP/1.1" 204 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:07 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:07 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 7750b11e5: 2
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:08 [vpauto.fr] INFO: Requesting listing page 13: https://vpauto.eu/vehicle/list?page=13
2026-03-30 09:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e25ee4753a/renault-scenic-iii-dci-130-fap-eco2> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9282f22-a9fa-5b41-8479-be9c4d374afd with identifier: e25ee4753a
2026-03-30 09:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9282f22-a9fa-5b41-8479-be9c4d374afd with scrape type 2
2026-03-30 09:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9282f22-a9fa-5b41-8479-be9c4d374afd with scrape type 2
2026-03-30 09:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b9282f22-a9fa-5b41-8479-be9c4d374afd, identifier: e25ee4753a
2026-03-30 09:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b9282f22-a9fa-5b41-8479-be9c4d374afd with identifier: e25ee4753a
2026-03-30 09:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b9282f22-a9fa-5b41-8479-be9c4d374afd with identifier: e25ee4753a
2026-03-30 09:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b9282f22-a9fa-5b41-8479-be9c4d374afd with identifier: e25ee4753a to the API
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/e25ee4753a/renault-scenic-iii-dci-130-fap-eco2>
{'auction_title': '',
'c_o_2_emission_value': 115,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b9282f22-a9fa-5b41-8479-be9c4d374afd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e25ee4753a/renault-scenic-iii-dci-130-fap-eco2',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'Scenic III dCi 130 FAP eco2',
'odometer': 111692,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2011-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scenic III dCi 130 FAP eco2',
'transmission': 'manual',
'trim': 'Scenic III dCi 130 FAP eco2',
'year': 2011}
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:08 [vpauto.fr] INFO: Saving data for e25ee4753a: {'created_time': 1774639060.362225, 'last_price_update_time': 1774861328.937124}
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e25ee4753a') HTTP/1.1" 204 0
2026-03-30 09:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c5c07e415a/volkswagen-coccinelle-cabriolet-12-tsi-105-vintage> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/a011ff4e5/renault-scenic-dci-110-energy-fap-eco2-bose-edition> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/5b8c814836/audi-a1-sportback-16-tdi-90-ambiente> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d3e2881-47f0-57fd-b780-63124c6cef7d with identifier: c5c07e415a
2026-03-30 09:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d3e2881-47f0-57fd-b780-63124c6cef7d with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d3e2881-47f0-57fd-b780-63124c6cef7d with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9d3e2881-47f0-57fd-b780-63124c6cef7d, identifier: c5c07e415a
2026-03-30 09:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with identifier: a011ff4e5
2026-03-30 09:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9be7c9ba-7d22-554d-bbdf-feb801aabeb5, identifier: a011ff4e5
2026-03-30 09:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06348cf3-6b5d-5286-8b83-167e4a543d2b with identifier: 5b8c814836
2026-03-30 09:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06348cf3-6b5d-5286-8b83-167e4a543d2b with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06348cf3-6b5d-5286-8b83-167e4a543d2b with scrape type 2
2026-03-30 09:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 06348cf3-6b5d-5286-8b83-167e4a543d2b, identifier: 5b8c814836
2026-03-30 09:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9d3e2881-47f0-57fd-b780-63124c6cef7d with identifier: c5c07e415a
2026-03-30 09:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9d3e2881-47f0-57fd-b780-63124c6cef7d with identifier: c5c07e415a
2026-03-30 09:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9d3e2881-47f0-57fd-b780-63124c6cef7d with identifier: c5c07e415a to the API
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c5c07e415a/volkswagen-coccinelle-cabriolet-12-tsi-105-vintage>
{'auction_title': '',
'c_o_2_emission_value': 142,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black metallic',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9d3e2881-47f0-57fd-b780-63124c6cef7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c5c07e415a/volkswagen-coccinelle-cabriolet-12-tsi-105-vintage',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'VOLKSWAGEN',
'model': 'Coccinelle Cabriolet 1.2 Tsi 105 Vintage',
'odometer': 164388,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2013-05-08',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN Coccinelle Cabriolet 1.2 Tsi 105 Vintage',
'transmission': 'manual',
'trim': 'Coccinelle Cabriolet 1.2 Tsi 105 Vintage',
'year': 2013}
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:09 [vpauto.fr] INFO: Saving data for c5c07e415a: {'created_time': 1774033947.144989, 'last_price_update_time': 1774861329.858667}
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c5c07e415a') HTTP/1.1" 204 0
2026-03-30 09:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with identifier: a011ff4e5
2026-03-30 09:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with identifier: a011ff4e5
2026-03-30 09:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9be7c9ba-7d22-554d-bbdf-feb801aabeb5 with identifier: a011ff4e5 to the API
2026-03-30 09:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/a011ff4e5/renault-scenic-dci-110-energy-fap-eco2-bose-edition>
{'auction_title': '',
'c_o_2_emission_value': 105,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9be7c9ba-7d22-554d-bbdf-feb801aabeb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/a011ff4e5/renault-scenic-dci-110-energy-fap-eco2-bose-edition',
'listing': 'auction',
'location': '69 - LYON',
'make': 'RENAULT',
'model': 'Scenic Dci 110 Energy Fap Eco2 Bose Edition',
'odometer': 123391,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2014-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scenic Dci 110 Energy Fap Eco2 Bose Edition',
'transmission': 'manual',
'trim': 'Scenic Dci 110 Energy Fap Eco2 Bose Edition',
'year': 2014}
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:10 [vpauto.fr] INFO: Saving data for a011ff4e5: {'created_time': 1774639068.635998, 'last_price_update_time': 1774861330.202566}
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='a011ff4e5') HTTP/1.1" 204 0
2026-03-30 09:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 06348cf3-6b5d-5286-8b83-167e4a543d2b with identifier: 5b8c814836
2026-03-30 09:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 06348cf3-6b5d-5286-8b83-167e4a543d2b with identifier: 5b8c814836
2026-03-30 09:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 06348cf3-6b5d-5286-8b83-167e4a543d2b with identifier: 5b8c814836 to the API
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/5b8c814836/audi-a1-sportback-16-tdi-90-ambiente>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '06348cf3-6b5d-5286-8b83-167e4a543d2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/5b8c814836/audi-a1-sportback-16-tdi-90-ambiente',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'AUDI',
'model': 'A1 Sportback 1.6 Tdi 90 Ambiente',
'odometer': 178017,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2014-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 Sportback 1.6 Tdi 90 Ambiente',
'transmission': 'automatic',
'trim': 'A1 Sportback 1.6 Tdi 90 Ambiente',
'year': 2014}
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:10 [vpauto.fr] INFO: Saving data for 5b8c814836: {'created_time': 1774342932.518751, 'last_price_update_time': 1774861330.533972}
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='5b8c814836') HTTP/1.1" 204 0
2026-03-30 09:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/4ddb630d5a/jeep-cherokee-20l-multijet-ii-170-4x4-active-drive-i-limited-a> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/955b8d45a/peugeot-5008-16-bluehdi-120ch-ss-bvm6-allure> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e9c4195dbf/volkswagen-touareg-30-v6-tdi-204-fap-4motion-bluemotion-carat-tiptronic-a> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/6334e9e65a/land-rover-range-rover-sport-mark-i-tdv6-30l-hse-a> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c574e86f-cba5-5071-9d76-e0a3047ccd45 with identifier: 4ddb630d5a
2026-03-30 09:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c574e86f-cba5-5071-9d76-e0a3047ccd45 with scrape type 2
2026-03-30 09:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c574e86f-cba5-5071-9d76-e0a3047ccd45 with scrape type 2
2026-03-30 09:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c574e86f-cba5-5071-9d76-e0a3047ccd45, identifier: 4ddb630d5a
2026-03-30 09:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with identifier: 955b8d45a
2026-03-30 09:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with scrape type 2
2026-03-30 09:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with scrape type 2
2026-03-30 09:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 1b578c43-a07c-5cc3-ab1e-8e84d09c933e, identifier: 955b8d45a
2026-03-30 09:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29df379f-2dc0-52d7-878f-09267672de86 with identifier: e9c4195dbf
2026-03-30 09:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29df379f-2dc0-52d7-878f-09267672de86 with scrape type 2
2026-03-30 09:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29df379f-2dc0-52d7-878f-09267672de86 with scrape type 2
2026-03-30 09:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 29df379f-2dc0-52d7-878f-09267672de86, identifier: e9c4195dbf
2026-03-30 09:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2aba354-95fc-50c5-8b9b-a91661312bf0 with identifier: 6334e9e65a
2026-03-30 09:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2aba354-95fc-50c5-8b9b-a91661312bf0 with scrape type 2
2026-03-30 09:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2aba354-95fc-50c5-8b9b-a91661312bf0 with scrape type 2
2026-03-30 09:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f2aba354-95fc-50c5-8b9b-a91661312bf0, identifier: 6334e9e65a
2026-03-30 09:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c574e86f-cba5-5071-9d76-e0a3047ccd45 with identifier: 4ddb630d5a
2026-03-30 09:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c574e86f-cba5-5071-9d76-e0a3047ccd45 with identifier: 4ddb630d5a
2026-03-30 09:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c574e86f-cba5-5071-9d76-e0a3047ccd45 with identifier: 4ddb630d5a to the API
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/4ddb630d5a/jeep-cherokee-20l-multijet-ii-170-4x4-active-drive-i-limited-a>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Clair',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c574e86f-cba5-5071-9d76-e0a3047ccd45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/4ddb630d5a/jeep-cherokee-20l-multijet-ii-170-4x4-active-drive-i-limited-a',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'JEEP',
'model': 'Cherokee 2.0l Multijet Ii 170 4x4 Active Drive I Limited A',
'odometer': 103000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2014-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP Cherokee 2.0l Multijet Ii 170 4x4 Active Drive I Limited A',
'transmission': 'automatic',
'trim': 'Cherokee 2.0l Multijet Ii 170 4x4 Active Drive I Limited A',
'year': 2014}
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:11 [vpauto.fr] INFO: Saving data for 4ddb630d5a: {'created_time': 1774429472.651223, 'last_price_update_time': 1774861331.549645}
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='4ddb630d5a') HTTP/1.1" 204 0
2026-03-30 09:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with identifier: 955b8d45a
2026-03-30 09:02:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with identifier: 955b8d45a
2026-03-30 09:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 1b578c43-a07c-5cc3-ab1e-8e84d09c933e with identifier: 955b8d45a to the API
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/955b8d45a/peugeot-5008-16-bluehdi-120ch-ss-bvm6-allure>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium blue metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-02T13:30:00Z',
'fuel_type': 'Diesel',
'id': '1b578c43-a07c-5cc3-ab1e-8e84d09c933e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/955b8d45a/peugeot-5008-16-bluehdi-120ch-ss-bvm6-allure',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'PEUGEOT',
'model': '5008 1.6 Bluehdi 120ch S&s Bvm6 Allure',
'odometer': 204874,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 4400,
'price_includes_vat': True,
'registration_date': '2015-02-06',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.6 Bluehdi 120ch S&s Bvm6 Allure',
'transmission': 'manual',
'trim': '5008 1.6 Bluehdi 120ch S&s Bvm6 Allure',
'year': 2015}
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:11 [vpauto.fr] INFO: Saving data for 955b8d45a: {'auction_closing_time': 1775136600.0, 'created_time': 1773922242.559986, 'last_price_update_time': 1774861331.872118}
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='955b8d45a') HTTP/1.1" 204 0
2026-03-30 09:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 29df379f-2dc0-52d7-878f-09267672de86 with identifier: e9c4195dbf
2026-03-30 09:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 29df379f-2dc0-52d7-878f-09267672de86 with identifier: e9c4195dbf
2026-03-30 09:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 29df379f-2dc0-52d7-878f-09267672de86 with identifier: e9c4195dbf to the API
2026-03-30 09:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/e9c4195dbf/volkswagen-touareg-30-v6-tdi-204-fap-4motion-bluemotion-carat-tiptronic-a>
{'auction_title': '',
'c_o_2_emission_value': 184,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '3.0L',
'expiration_date': '2026-04-04T11:00:00Z',
'fuel_type': 'Diesel',
'id': '29df379f-2dc0-52d7-878f-09267672de86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e9c4195dbf/volkswagen-touareg-30-v6-tdi-204-fap-4motion-bluemotion-carat-tiptronic-a',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'VOLKSWAGEN',
'model': 'Touareg 3.0 V6 TDI 204 FAP 4Motion BlueMotion Carat Tiptronic A',
'odometer': 244048,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 8300,
'price_includes_vat': True,
'registration_date': '2012-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touareg 3.0 V6 TDI 204 FAP 4Motion BlueMotion Carat '
'Tiptronic A',
'transmission': 'automatic',
'trim': 'Touareg 3.0 V6 TDI 204 FAP 4Motion BlueMotion Carat Tiptronic A',
'year': 2012}
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:12 [vpauto.fr] INFO: Saving data for e9c4195dbf: {'auction_closing_time': 1775300400.0, 'created_time': 1774256934.891861, 'last_price_update_time': 1774861332.178947}
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e9c4195dbf') HTTP/1.1" 204 0
2026-03-30 09:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f2aba354-95fc-50c5-8b9b-a91661312bf0 with identifier: 6334e9e65a
2026-03-30 09:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f2aba354-95fc-50c5-8b9b-a91661312bf0 with identifier: 6334e9e65a
2026-03-30 09:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f2aba354-95fc-50c5-8b9b-a91661312bf0 with identifier: 6334e9e65a to the API
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/6334e9e65a/land-rover-range-rover-sport-mark-i-tdv6-30l-hse-a>
{'auction_title': '',
'c_o_2_emission_value': 194,
'car_expert_report_source_url': None,
'category': None,
'color': 'Navy blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f2aba354-95fc-50c5-8b9b-a91661312bf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/6334e9e65a/land-rover-range-rover-sport-mark-i-tdv6-30l-hse-a',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'LAND ROVER',
'model': 'Range Rover Sport Mark I Tdv6 3.0l HSE A',
'odometer': 214971,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2015-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Range Rover Sport Mark I Tdv6 3.0l HSE A',
'transmission': 'automatic',
'trim': 'Range Rover Sport Mark I Tdv6 3.0l HSE A',
'year': 2015}
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:12 [vpauto.fr] INFO: Saving data for 6334e9e65a: {'created_time': 1773922218.54589, 'last_price_update_time': 1774861332.550872}
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='6334e9e65a') HTTP/1.1" 204 0
2026-03-30 09:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/e3e3f47b36/renault-espace-v-espace-dci-160-energy-twin-turbo-intens-edc> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/af3b06ff36/audi-a3-berline-16-tdi-110-ambiente> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/81b1dc4994/ligier-pro-staby> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 751ae237-8e74-53ba-a367-06a1aef45236 with identifier: e3e3f47b36
2026-03-30 09:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 751ae237-8e74-53ba-a367-06a1aef45236 with scrape type 2
2026-03-30 09:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 751ae237-8e74-53ba-a367-06a1aef45236 with scrape type 2
2026-03-30 09:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 751ae237-8e74-53ba-a367-06a1aef45236, identifier: e3e3f47b36
2026-03-30 09:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with identifier: af3b06ff36
2026-03-30 09:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with scrape type 2
2026-03-30 09:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with scrape type 2
2026-03-30 09:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39, identifier: af3b06ff36
2026-03-30 09:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with identifier: 81b1dc4994
2026-03-30 09:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with scrape type 2
2026-03-30 09:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with scrape type 2
2026-03-30 09:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c, identifier: 81b1dc4994
2026-03-30 09:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 751ae237-8e74-53ba-a367-06a1aef45236 with identifier: e3e3f47b36
2026-03-30 09:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 751ae237-8e74-53ba-a367-06a1aef45236 with identifier: e3e3f47b36
2026-03-30 09:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 751ae237-8e74-53ba-a367-06a1aef45236 with identifier: e3e3f47b36 to the API
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/e3e3f47b36/renault-espace-v-espace-dci-160-energy-twin-turbo-intens-edc>
{'auction_title': '',
'c_o_2_emission_value': 123,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '751ae237-8e74-53ba-a367-06a1aef45236',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/e3e3f47b36/renault-espace-v-espace-dci-160-energy-twin-turbo-intens-edc',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'RENAULT',
'model': 'ESPACE V Espace Dci 160 Energy Twin Turbo Intens EDC',
'odometer': 177496,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2015-06-11',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT ESPACE V Espace Dci 160 Energy Twin Turbo Intens EDC',
'transmission': 'automatic',
'trim': 'ESPACE V Espace Dci 160 Energy Twin Turbo Intens EDC',
'year': 2015}
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:13 [vpauto.fr] INFO: Saving data for e3e3f47b36: {'created_time': 1774342932.930661, 'last_price_update_time': 1774861333.405114}
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='e3e3f47b36') HTTP/1.1" 204 0
2026-03-30 09:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with identifier: af3b06ff36
2026-03-30 09:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with identifier: af3b06ff36
2026-03-30 09:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39 with identifier: af3b06ff36 to the API
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/af3b06ff36/audi-a3-berline-16-tdi-110-ambiente>
{'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'faf5ed4f-0baa-5e5f-871e-2eadb6ed4a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/af3b06ff36/audi-a3-berline-16-tdi-110-ambiente',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'AUDI',
'model': 'A3 Berline 1.6 Tdi 110 Ambiente',
'odometer': 167587,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2015-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Berline 1.6 Tdi 110 Ambiente',
'transmission': 'automatic',
'trim': 'A3 Berline 1.6 Tdi 110 Ambiente',
'year': 2015}
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:13 [vpauto.fr] INFO: Saving data for af3b06ff36: {'created_time': 1774429461.943498, 'last_price_update_time': 1774861333.74694}
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='af3b06ff36') HTTP/1.1" 204 0
2026-03-30 09:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with identifier: 81b1dc4994
2026-03-30 09:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with identifier: 81b1dc4994
2026-03-30 09:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 27e9943b-4926-5d73-aeb7-3ee6a1c88e5c with identifier: 81b1dc4994 to the API
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/81b1dc4994/ligier-pro-staby>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '27e9943b-4926-5d73-aeb7-3ee6a1c88e5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/81b1dc4994/ligier-pro-staby',
'listing': 'auction',
'location': '69 - LYON',
'make': 'LIGIER PRO',
'model': 'STABY',
'odometer': 24139,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2015-09-07',
'seats_number': 1,
'seller_name': None,
'title': 'LIGIER PRO STABY',
'transmission': 'automatic',
'trim': 'STABY',
'year': 2015}
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:14 [vpauto.fr] INFO: Saving data for 81b1dc4994: {'created_time': 1774639071.54197, 'last_price_update_time': 1774861334.095622}
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='81b1dc4994') HTTP/1.1" 204 0
2026-03-30 09:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/a12bfcea36/hyundai-tucson-20-crdi-136-2wd-executive> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/5cf92eeabf/renault-espace-dci-160-energy-twin-turbo-zen-edc> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/39394521bf/citroen-c3-societe-c3-societe-bluehdi-75-ss-feel> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/74acaaf0bf/citroen-berlingo-m-bluehdi-100-ss-etg6-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with identifier: a12bfcea36
2026-03-30 09:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee, identifier: a12bfcea36
2026-03-30 09:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65faa944-374c-59bd-954d-4d86640ff2e6 with identifier: 5cf92eeabf
2026-03-30 09:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65faa944-374c-59bd-954d-4d86640ff2e6 with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65faa944-374c-59bd-954d-4d86640ff2e6 with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 65faa944-374c-59bd-954d-4d86640ff2e6, identifier: 5cf92eeabf
2026-03-30 09:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with identifier: 39394521bf
2026-03-30 09:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5, identifier: 39394521bf
2026-03-30 09:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57910519-c12e-550e-bbd5-d817c72c2b2c with identifier: 74acaaf0bf
2026-03-30 09:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57910519-c12e-550e-bbd5-d817c72c2b2c with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57910519-c12e-550e-bbd5-d817c72c2b2c with scrape type 2
2026-03-30 09:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 57910519-c12e-550e-bbd5-d817c72c2b2c, identifier: 74acaaf0bf
2026-03-30 09:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with identifier: a12bfcea36
2026-03-30 09:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with identifier: a12bfcea36
2026-03-30 09:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee with identifier: a12bfcea36 to the API
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/a12bfcea36/hyundai-tucson-20-crdi-136-2wd-executive>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9c5f4ecf-fb9f-583e-87f3-f93fa5a90dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/a12bfcea36/hyundai-tucson-20-crdi-136-2wd-executive',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'HYUNDAI',
'model': 'Tucson 2.0 Crdi 136 2wd Executive',
'odometer': 166000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2017-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson 2.0 Crdi 136 2wd Executive',
'transmission': 'automatic',
'trim': 'Tucson 2.0 Crdi 136 2wd Executive',
'year': 2017}
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:15 [vpauto.fr] INFO: Saving data for a12bfcea36: {'created_time': 1774342927.807196, 'last_price_update_time': 1774861335.121906}
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='a12bfcea36') HTTP/1.1" 204 0
2026-03-30 09:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 65faa944-374c-59bd-954d-4d86640ff2e6 with identifier: 5cf92eeabf
2026-03-30 09:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 65faa944-374c-59bd-954d-4d86640ff2e6 with identifier: 5cf92eeabf
2026-03-30 09:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 65faa944-374c-59bd-954d-4d86640ff2e6 with identifier: 5cf92eeabf to the API
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/5cf92eeabf/renault-espace-dci-160-energy-twin-turbo-zen-edc>
{'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Medium grey metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '65faa944-374c-59bd-954d-4d86640ff2e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/5cf92eeabf/renault-espace-dci-160-energy-twin-turbo-zen-edc',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Espace dCi 160 Energy Twin Turbo Zen EDC',
'odometer': 233376,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2016-02-01',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Espace dCi 160 Energy Twin Turbo Zen EDC',
'transmission': 'automatic',
'trim': 'Espace dCi 160 Energy Twin Turbo Zen EDC',
'year': 2016}
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:15 [vpauto.fr] INFO: Saving data for 5cf92eeabf: {'created_time': 1774256927.470592, 'last_price_update_time': 1774861335.496642}
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='5cf92eeabf') HTTP/1.1" 204 0
2026-03-30 09:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with identifier: 39394521bf
2026-03-30 09:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with identifier: 39394521bf
2026-03-30 09:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6c365acf-1a59-5eb5-9a14-fd8c4fd089b5 with identifier: 39394521bf to the API
2026-03-30 09:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/39394521bf/citroen-c3-societe-c3-societe-bluehdi-75-ss-feel>
{'auction_title': '',
'c_o_2_emission_value': 97,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Clair',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6c365acf-1a59-5eb5-9a14-fd8c4fd089b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/39394521bf/citroen-c3-societe-c3-societe-bluehdi-75-ss-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 SOCIETE C3 SOCIETE BLUEHDI 75 S&S FEEL',
'odometer': 111630,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-01-29',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 SOCIETE C3 SOCIETE BLUEHDI 75 S&S FEEL',
'transmission': 'automatic',
'trim': 'C3 SOCIETE C3 SOCIETE BLUEHDI 75 S&S FEEL',
'year': 2018}
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:16 [vpauto.fr] INFO: Saving data for 39394521bf: {'created_time': 1774256913.807264, 'last_price_update_time': 1774861336.151034}
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='39394521bf') HTTP/1.1" 204 0
2026-03-30 09:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 57910519-c12e-550e-bbd5-d817c72c2b2c with identifier: 74acaaf0bf
2026-03-30 09:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 57910519-c12e-550e-bbd5-d817c72c2b2c with identifier: 74acaaf0bf
2026-03-30 09:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 57910519-c12e-550e-bbd5-d817c72c2b2c with identifier: 74acaaf0bf to the API
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/74acaaf0bf/citroen-berlingo-m-bluehdi-100-ss-etg6-club>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '57910519-c12e-550e-bbd5-d817c72c2b2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/74acaaf0bf/citroen-berlingo-m-bluehdi-100-ss-etg6-club',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'odometer': 124223,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-10-24',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'transmission': 'automatic',
'trim': 'BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'year': 2018}
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:16 [vpauto.fr] INFO: Saving data for 74acaaf0bf: {'created_time': 1774256911.459887, 'last_price_update_time': 1774861336.551555}
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='74acaaf0bf') HTTP/1.1" 204 0
2026-03-30 09:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/6e1d3fc536/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/23f0618936/ford-fiesta-11-70-ch-bvm5-trend-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=13> (referer: https://vpauto.eu/vehicle/list?page=12) ['zyte-api']
2026-03-30 09:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b69e2a5-c815-5857-8d5e-43063aae1638 with identifier: 6e1d3fc536
2026-03-30 09:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b69e2a5-c815-5857-8d5e-43063aae1638 with scrape type 2
2026-03-30 09:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b69e2a5-c815-5857-8d5e-43063aae1638 with scrape type 2
2026-03-30 09:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 5b69e2a5-c815-5857-8d5e-43063aae1638, identifier: 6e1d3fc536
2026-03-30 09:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4201acad-6b4d-57ad-bdcd-0e373336099b with identifier: 23f0618936
2026-03-30 09:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4201acad-6b4d-57ad-bdcd-0e373336099b with scrape type 2
2026-03-30 09:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4201acad-6b4d-57ad-bdcd-0e373336099b with scrape type 2
2026-03-30 09:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4201acad-6b4d-57ad-bdcd-0e373336099b, identifier: 23f0618936
2026-03-30 09:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 5b69e2a5-c815-5857-8d5e-43063aae1638 with identifier: 6e1d3fc536
2026-03-30 09:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 5b69e2a5-c815-5857-8d5e-43063aae1638 with identifier: 6e1d3fc536
2026-03-30 09:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 5b69e2a5-c815-5857-8d5e-43063aae1638 with identifier: 6e1d3fc536 to the API
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/6e1d3fc536/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club>
{'auction_title': '',
'c_o_2_emission_value': 108,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5b69e2a5-c815-5857-8d5e-43063aae1638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/6e1d3fc536/citroen-berlingo-fourgon-berlingo-m-bluehdi-100-ss-etg6-club',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'odometer': 104428,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-06-06',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'transmission': 'automatic',
'trim': 'BERLINGO FOURGON BERLINGO M BLUEHDI 100 S&S ETG6 CLUB',
'year': 2018}
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:17 [vpauto.fr] INFO: Saving data for 6e1d3fc536: {'created_time': 1774342922.582197, 'last_price_update_time': 1774861337.399168}
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='6e1d3fc536') HTTP/1.1" 204 0
2026-03-30 09:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4201acad-6b4d-57ad-bdcd-0e373336099b with identifier: 23f0618936
2026-03-30 09:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4201acad-6b4d-57ad-bdcd-0e373336099b with identifier: 23f0618936
2026-03-30 09:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4201acad-6b4d-57ad-bdcd-0e373336099b with identifier: 23f0618936 to the API
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/23f0618936/ford-fiesta-11-70-ch-bvm5-trend-business>
{'auction_title': '',
'c_o_2_emission_value': 96,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4201acad-6b4d-57ad-bdcd-0e373336099b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/23f0618936/ford-fiesta-11-70-ch-bvm5-trend-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'FORD',
'model': 'Fiesta 1.1 70 ch BVM5 Trend Business',
'odometer': 66398,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2018-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.1 70 ch BVM5 Trend Business',
'transmission': 'manual',
'trim': 'Fiesta 1.1 70 ch BVM5 Trend Business',
'year': 2018}
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:17 [vpauto.fr] INFO: Saving data for 23f0618936: {'created_time': 1774342923.309381, 'last_price_update_time': 1774861337.874695}
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='23f0618936') HTTP/1.1" 204 0
2026-03-30 09:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/675b493d3a/renault-clio-tce-90-e6c-limited> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/9852f3113a/renault-megane-iv-berline-tce-115-fap-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/47edc8c33a/renault-clio-tce-90-e6c-limited> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:17 [vpauto.fr] INFO: Found 81 ads on page 13
2026-03-30 09:02:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 2
2026-03-30 09:02:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:18 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 2
2026-03-30 09:02:18 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:18 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 2
2026-03-30 09:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36ca2962-e428-5ce0-8338-173311bdc7bd with identifier: 675b493d3a
2026-03-30 09:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36ca2962-e428-5ce0-8338-173311bdc7bd with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36ca2962-e428-5ce0-8338-173311bdc7bd with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 36ca2962-e428-5ce0-8338-173311bdc7bd, identifier: 675b493d3a
2026-03-30 09:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c232d41-13ff-57e8-827e-650893ff1f3d with identifier: 9852f3113a
2026-03-30 09:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c232d41-13ff-57e8-827e-650893ff1f3d with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c232d41-13ff-57e8-827e-650893ff1f3d with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4c232d41-13ff-57e8-827e-650893ff1f3d, identifier: 9852f3113a
2026-03-30 09:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with identifier: 47edc8c33a
2026-03-30 09:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with scrape type 2
2026-03-30 09:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 07188835-b7a9-5cb9-a7b9-6ecad845bdc0, identifier: 47edc8c33a
2026-03-30 09:02:18 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:18 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 2
2026-03-30 09:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 36ca2962-e428-5ce0-8338-173311bdc7bd with identifier: 675b493d3a
2026-03-30 09:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 36ca2962-e428-5ce0-8338-173311bdc7bd with identifier: 675b493d3a
2026-03-30 09:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 36ca2962-e428-5ce0-8338-173311bdc7bd with identifier: 675b493d3a to the API
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/675b493d3a/renault-clio-tce-90-e6c-limited>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '36ca2962-e428-5ce0-8338-173311bdc7bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/675b493d3a/renault-clio-tce-90-e6c-limited',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'Clio TCe 90 E6C Limited',
'odometer': 196182,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-02-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 E6C Limited',
'transmission': 'manual',
'trim': 'Clio TCe 90 E6C Limited',
'year': 2019}
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:18 [vpauto.fr] INFO: Saving data for 675b493d3a: {'created_time': 1774639100.573963, 'last_price_update_time': 1774861338.702752}
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='675b493d3a') HTTP/1.1" 204 0
2026-03-30 09:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4c232d41-13ff-57e8-827e-650893ff1f3d with identifier: 9852f3113a
2026-03-30 09:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4c232d41-13ff-57e8-827e-650893ff1f3d with identifier: 9852f3113a
2026-03-30 09:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4c232d41-13ff-57e8-827e-650893ff1f3d with identifier: 9852f3113a to the API
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274c232d41-13ff-57e8-827e-650893ff1f3d%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 4c232d41-13ff-57e8-827e-650893ff1f3d: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT M\\u00e9gane IV Berline TCe 115 FAP Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022M\\u00e9gane IV Berline TCe 115 FAP Business\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222019-08-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/9852f3113a/renault-megane-iv-berline-tce-115-fap-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022M\\u00e9gane IV Berline TCe 115 FAP Business\u0022, \u0022Year\u0022: 2019, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 120, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00224c232d41-13ff-57e8-827e-650893ff1f3d\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:18 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:19 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:19 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 120,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4c232d41-13ff-57e8-827e-650893ff1f3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/9852f3113a/renault-megane-iv-berline-tce-115-fap-business',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'Mégane IV Berline TCe 115 FAP Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane IV Berline TCe 115 FAP Business',
'transmission': 'automatic',
'trim': 'Mégane IV Berline TCe 115 FAP Business',
'year': 2019}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Saving data for 9852f3113a: {'created_time': 1774639100.959853, 'last_price_update_time': 1774861339.044349}
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='9852f3113a') HTTP/1.1" 204 0
2026-03-30 09:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with identifier: 47edc8c33a
2026-03-30 09:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with identifier: 47edc8c33a
2026-03-30 09:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 07188835-b7a9-5cb9-a7b9-6ecad845bdc0 with identifier: 47edc8c33a to the API
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/47edc8c33a/renault-clio-tce-90-e6c-limited>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '07188835-b7a9-5cb9-a7b9-6ecad845bdc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/47edc8c33a/renault-clio-tce-90-e6c-limited',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'RENAULT',
'model': 'Clio TCe 90 E6C Limited',
'odometer': 205194,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-02-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Clio TCe 90 E6C Limited',
'transmission': 'manual',
'trim': 'Clio TCe 90 E6C Limited',
'year': 2019}
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Saving data for 47edc8c33a: {'created_time': 1774639105.166415, 'last_price_update_time': 1774861339.476806}
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='47edc8c33a') HTTP/1.1" 204 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 2
2026-03-30 09:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b5670a7dbf/renault-master-fgn-trac-f3500-l2h2-blue-dci-145-grand-confort> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/79ac0d42bf/citroen-c3-societe-bluehdi-100-ss-bvm6-feel> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/c2378b5236/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for ee86c52194: 2
2026-03-30 09:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 2
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for c2378b5236: 2
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 2
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:19 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:19 [vpauto.fr] INFO: Scrape type for 2249bd8294: 2
2026-03-30 09:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with identifier: b5670a7dbf
2026-03-30 09:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with scrape type 2
2026-03-30 09:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with scrape type 2
2026-03-30 09:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2, identifier: b5670a7dbf
2026-03-30 09:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9788cb5-2c07-5555-81a6-09aee10ce4d3 with identifier: 79ac0d42bf
2026-03-30 09:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9788cb5-2c07-5555-81a6-09aee10ce4d3 with scrape type 2
2026-03-30 09:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9788cb5-2c07-5555-81a6-09aee10ce4d3 with scrape type 2
2026-03-30 09:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f9788cb5-2c07-5555-81a6-09aee10ce4d3, identifier: 79ac0d42bf
2026-03-30 09:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with identifier: c2378b5236
2026-03-30 09:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with scrape type 2
2026-03-30 09:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with scrape type 2
2026-03-30 09:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: b42ffcc2-f19d-5308-bd8a-fcb472f9e966, identifier: c2378b5236
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:20 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:20 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:21 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with identifier: b5670a7dbf
2026-03-30 09:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with identifier: b5670a7dbf
2026-03-30 09:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2 with identifier: b5670a7dbf to the API
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/b5670a7dbf/renault-master-fgn-trac-f3500-l2h2-blue-dci-145-grand-confort>
{'auction_title': '',
'c_o_2_emission_value': 183,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fb4bbcf4-f305-56bf-8ea1-d194a6d9efa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b5670a7dbf/renault-master-fgn-trac-f3500-l2h2-blue-dci-145-grand-confort',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'MASTER FGN TRAC F3500 L2H2 BLUE DCI 145 GRAND CONFORT',
'odometer': 72398,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-11-28',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER FGN TRAC F3500 L2H2 BLUE DCI 145 GRAND CONFORT',
'transmission': 'manual',
'trim': 'MASTER FGN TRAC F3500 L2H2 BLUE DCI 145 GRAND CONFORT',
'year': 2019}
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:21 [vpauto.fr] INFO: Saving data for b5670a7dbf: {'created_time': 1774429444.462233, 'last_price_update_time': 1774861341.693037}
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b5670a7dbf') HTTP/1.1" 204 0
2026-03-30 09:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f9788cb5-2c07-5555-81a6-09aee10ce4d3 with identifier: 79ac0d42bf
2026-03-30 09:02:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f9788cb5-2c07-5555-81a6-09aee10ce4d3 with identifier: 79ac0d42bf
2026-03-30 09:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f9788cb5-2c07-5555-81a6-09aee10ce4d3 with identifier: 79ac0d42bf to the API
2026-03-30 09:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/79ac0d42bf/citroen-c3-societe-bluehdi-100-ss-bvm6-feel>
{'auction_title': '',
'c_o_2_emission_value': 95,
'car_expert_report_source_url': None,
'category': None,
'color': 'GRIS PALTINIUM',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f9788cb5-2c07-5555-81a6-09aee10ce4d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/79ac0d42bf/citroen-c3-societe-bluehdi-100-ss-bvm6-feel',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'CITROEN',
'model': 'C3 SOCIETE BLUEHDI 100 S&S BVM6 FEEL',
'odometer': 147780,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-02-11',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 SOCIETE BLUEHDI 100 S&S BVM6 FEEL',
'transmission': 'automatic',
'trim': 'C3 SOCIETE BLUEHDI 100 S&S BVM6 FEEL',
'year': 2019}
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Saving data for 79ac0d42bf: {'created_time': 1774256943.830382, 'last_price_update_time': 1774861342.162438}
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='79ac0d42bf') HTTP/1.1" 204 0
2026-03-30 09:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with identifier: c2378b5236
2026-03-30 09:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with identifier: c2378b5236
2026-03-30 09:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: b42ffcc2-f19d-5308-bd8a-fcb472f9e966 with identifier: c2378b5236 to the API
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/c2378b5236/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club>
{'auction_title': '',
'c_o_2_emission_value': 114,
'car_expert_report_source_url': None,
'category': None,
'color': 'Light yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b42ffcc2-f19d-5308-bd8a-fcb472f9e966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/c2378b5236/citroen-berlingo-van-berlingo-van-m-650-bluehdi-75-bvm5-club',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'odometer': 117572,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-05-21',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'transmission': 'automatic',
'trim': 'BERLINGO VAN BERLINGO VAN M 650 BLUEHDI 75 BVM5 CLUB',
'year': 2019}
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Saving data for c2378b5236: {'created_time': 1774342924.118441, 'last_price_update_time': 1774861342.50104}
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='c2378b5236') HTTP/1.1" 204 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 7750b11e5: 2
2026-03-30 09:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/4aaf8fbc94/mercedes-cla-shooting-brake-45-s-amg-8g-dct-amg-4matic> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ee86c52194/audi-q3-35-tdi-150-ch-s-tronic-7-s-line> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/2249bd8294/citroen-jumper-business> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d6dffc3be5/mercedes-classe-a-250-7g-dct-4matic-amg-line> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:22 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:22 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:23 [vpauto.fr] INFO: Requesting listing page 14: https://vpauto.eu/vehicle/list?page=14
2026-03-30 09:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c88641e3-8a79-5131-9ff4-59d24bb70a67 with identifier: 4aaf8fbc94
2026-03-30 09:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88641e3-8a79-5131-9ff4-59d24bb70a67 with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c88641e3-8a79-5131-9ff4-59d24bb70a67 with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c88641e3-8a79-5131-9ff4-59d24bb70a67, identifier: 4aaf8fbc94
2026-03-30 09:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with identifier: ee86c52194
2026-03-30 09:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: c61efb45-9ea5-594c-bb8d-9b97ce1b38ff, identifier: ee86c52194
2026-03-30 09:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with identifier: 2249bd8294
2026-03-30 09:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c, identifier: 2249bd8294
2026-03-30 09:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac83dfee-f7c6-5833-9318-12e87bc93af3 with identifier: d6dffc3be5
2026-03-30 09:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac83dfee-f7c6-5833-9318-12e87bc93af3 with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac83dfee-f7c6-5833-9318-12e87bc93af3 with scrape type 2
2026-03-30 09:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ac83dfee-f7c6-5833-9318-12e87bc93af3, identifier: d6dffc3be5
2026-03-30 09:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c88641e3-8a79-5131-9ff4-59d24bb70a67 with identifier: 4aaf8fbc94
2026-03-30 09:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c88641e3-8a79-5131-9ff4-59d24bb70a67 with identifier: 4aaf8fbc94
2026-03-30 09:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c88641e3-8a79-5131-9ff4-59d24bb70a67 with identifier: 4aaf8fbc94 to the API
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c88641e3-8a79-5131-9ff4-59d24bb70a67%27 HTTP/1.1" 200 None
2026-03-30 09:02:23 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id c88641e3-8a79-5131-9ff4-59d24bb70a67: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022MERCEDES CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic\u002B\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022MERCEDES\u0022, \u0022Model\u0022: \u0022CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic\u002B\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-12-23\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/4aaf8fbc94/mercedes-cla-shooting-brake-45-s-amg-8g-dct-amg-4matic\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic\u002B\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 196, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022c88641e3-8a79-5131-9ff4-59d24bb70a67\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:23 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:23 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:23 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 196,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c88641e3-8a79-5131-9ff4-59d24bb70a67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/4aaf8fbc94/mercedes-cla-shooting-brake-45-s-amg-8g-dct-amg-4matic',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'MERCEDES',
'model': 'CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic+',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic+',
'transmission': 'automatic',
'trim': 'CLA Shooting Brake 45 S AMG 8G-DCT AMG 4Matic+',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:23 [vpauto.fr] INFO: Saving data for 4aaf8fbc94: {'created_time': 1774638979.05851, 'last_price_update_time': 1774861343.869103}
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='4aaf8fbc94') HTTP/1.1" 204 0
2026-03-30 09:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with identifier: ee86c52194
2026-03-30 09:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with identifier: ee86c52194
2026-03-30 09:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: c61efb45-9ea5-594c-bb8d-9b97ce1b38ff with identifier: ee86c52194 to the API
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c61efb45-9ea5-594c-bb8d-9b97ce1b38ff%27 HTTP/1.1" 200 None
2026-03-30 09:02:24 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id c61efb45-9ea5-594c-bb8d-9b97ce1b38ff: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022AUDI Q3 35 TDI 150 ch S tronic 7 S line\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022AUDI\u0022, \u0022Model\u0022: \u0022Q3 35 TDI 150 ch S tronic 7 S line\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-07-27\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/ee86c52194/audi-q3-35-tdi-150-ch-s-tronic-7-s-line\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002256 - LORIENT\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Q3 35 TDI 150 ch S tronic 7 S line\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 155, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022c61efb45-9ea5-594c-bb8d-9b97ce1b38ff\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:23 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:24 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:24 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 155,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c61efb45-9ea5-594c-bb8d-9b97ce1b38ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/ee86c52194/audi-q3-35-tdi-150-ch-s-tronic-7-s-line',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'AUDI',
'model': 'Q3 35 TDI 150 ch S tronic 7 S line',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-07-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 35 TDI 150 ch S tronic 7 S line',
'transmission': 'automatic',
'trim': 'Q3 35 TDI 150 ch S tronic 7 S line',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:24 [vpauto.fr] INFO: Saving data for ee86c52194: {'created_time': 1774639111.684168, 'last_price_update_time': 1774861344.369402}
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='ee86c52194') HTTP/1.1" 204 0
2026-03-30 09:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with identifier: 2249bd8294
2026-03-30 09:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with identifier: 2249bd8294
2026-03-30 09:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c with identifier: 2249bd8294 to the API
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/2249bd8294/citroen-jumper-business>
{'auction_title': '',
'c_o_2_emission_value': 159,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ccddb6ab-8fe3-5a58-9e2e-f12d37ca116c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/2249bd8294/citroen-jumper-business',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'CITROEN',
'model': 'JUMPER BUSINESS',
'odometer': 272300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-09-25',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN JUMPER BUSINESS',
'transmission': 'automatic',
'trim': 'JUMPER BUSINESS',
'year': 2019}
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:24 [vpauto.fr] INFO: Saving data for 2249bd8294: {'created_time': 1774639097.677564, 'last_price_update_time': 1774861344.705564}
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='2249bd8294') HTTP/1.1" 204 0
2026-03-30 09:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ac83dfee-f7c6-5833-9318-12e87bc93af3 with identifier: d6dffc3be5
2026-03-30 09:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ac83dfee-f7c6-5833-9318-12e87bc93af3 with identifier: d6dffc3be5
2026-03-30 09:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ac83dfee-f7c6-5833-9318-12e87bc93af3 with identifier: d6dffc3be5 to the API
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ac83dfee-f7c6-5833-9318-12e87bc93af3%27 HTTP/1.1" 200 None
2026-03-30 09:02:25 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id ac83dfee-f7c6-5833-9318-12e87bc93af3: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022MERCEDES Classe A 250 7G-DCT 4Matic AMG Line\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022MERCEDES\u0022, \u0022Model\u0022: \u0022Classe A 250 7G-DCT 4Matic AMG Line\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-11-04\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/d6dffc3be5/mercedes-classe-a-250-7g-dct-4matic-amg-line\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Classe A 250 7G-DCT 4Matic AMG Line\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 163, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022ac83dfee-f7c6-5833-9318-12e87bc93af3\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:24 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:25 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:25 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 163,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ac83dfee-f7c6-5833-9318-12e87bc93af3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d6dffc3be5/mercedes-classe-a-250-7g-dct-4matic-amg-line',
'listing': 'auction',
'location': '69 - LYON',
'make': 'MERCEDES',
'model': 'Classe A 250 7G-DCT 4Matic AMG Line',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES Classe A 250 7G-DCT 4Matic AMG Line',
'transmission': 'automatic',
'trim': 'Classe A 250 7G-DCT 4Matic AMG Line',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:25 [vpauto.fr] INFO: Saving data for d6dffc3be5: {'created_time': 1774639114.779656, 'last_price_update_time': 1774861345.146961}
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d6dffc3be5') HTTP/1.1" 204 0
2026-03-30 09:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/167bb37f36/ds-ds7-crossback-bluehdi-130-eat8> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/17f1637fe5/renault-clio-e-tech-140-initiale-paris> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1a8e1325bf/renault-clio-tce-130-edc-fap-intens> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce78e5d8-5365-598d-a224-3cf81f3be152 with identifier: 167bb37f36
2026-03-30 09:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce78e5d8-5365-598d-a224-3cf81f3be152 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce78e5d8-5365-598d-a224-3cf81f3be152 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: ce78e5d8-5365-598d-a224-3cf81f3be152, identifier: 167bb37f36
2026-03-30 09:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baaba1e8-b00f-5566-8a58-156fb8f00d80 with identifier: 17f1637fe5
2026-03-30 09:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baaba1e8-b00f-5566-8a58-156fb8f00d80 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baaba1e8-b00f-5566-8a58-156fb8f00d80 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: baaba1e8-b00f-5566-8a58-156fb8f00d80, identifier: 17f1637fe5
2026-03-30 09:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with identifier: 1a8e1325bf
2026-03-30 09:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with scrape type 2
2026-03-30 09:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 3062bdf6-479f-5dc4-9f47-489faf3d45d4, identifier: 1a8e1325bf
2026-03-30 09:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: ce78e5d8-5365-598d-a224-3cf81f3be152 with identifier: 167bb37f36
2026-03-30 09:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: ce78e5d8-5365-598d-a224-3cf81f3be152 with identifier: 167bb37f36
2026-03-30 09:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: ce78e5d8-5365-598d-a224-3cf81f3be152 with identifier: 167bb37f36 to the API
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ce78e5d8-5365-598d-a224-3cf81f3be152%27 HTTP/1.1" 200 None
2026-03-30 09:02:30 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id ce78e5d8-5365-598d-a224-3cf81f3be152: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022DS DS7 Crossback BlueHDi 130 EAT8\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022DS\u0022, \u0022Model\u0022: \u00227 Crossback BlueHDi 130 EAT8\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-12-18\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/167bb37f36/ds-ds7-crossback-bluehdi-130-eat8\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u00227 Crossback BlueHDi 130 EAT8\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 146, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022ce78e5d8-5365-598d-a224-3cf81f3be152\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:25 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:30 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:30 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 146,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ce78e5d8-5365-598d-a224-3cf81f3be152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/167bb37f36/ds-ds7-crossback-bluehdi-130-eat8',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'DS',
'model': '7 Crossback BlueHDi 130 EAT8',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS7 Crossback BlueHDi 130 EAT8',
'transmission': 'automatic',
'trim': '7 Crossback BlueHDi 130 EAT8',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:30 [vpauto.fr] INFO: Saving data for 167bb37f36: {'created_time': 1774429448.840923, 'last_price_update_time': 1774861350.962099}
2026-03-30 09:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='167bb37f36') HTTP/1.1" 204 0
2026-03-30 09:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: baaba1e8-b00f-5566-8a58-156fb8f00d80 with identifier: 17f1637fe5
2026-03-30 09:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: baaba1e8-b00f-5566-8a58-156fb8f00d80 with identifier: 17f1637fe5
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: baaba1e8-b00f-5566-8a58-156fb8f00d80 with identifier: 17f1637fe5 to the API
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27baaba1e8-b00f-5566-8a58-156fb8f00d80%27 HTTP/1.1" 200 None
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id baaba1e8-b00f-5566-8a58-156fb8f00d80: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022STAR BLACK\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio E-Tech 140 Initiale Paris\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio E-Tech 140 Initiale Paris\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Hybrid\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-10-21\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/17f1637fe5/renault-clio-e-tech-140-initiale-paris\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio E-Tech 140 Initiale Paris\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 99, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022baaba1e8-b00f-5566-8a58-156fb8f00d80\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:30 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:31 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 99,
'car_expert_report_source_url': None,
'category': None,
'color': 'STAR BLACK',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': 'baaba1e8-b00f-5566-8a58-156fb8f00d80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/17f1637fe5/renault-clio-e-tech-140-initiale-paris',
'listing': 'auction',
'location': '69 - LYON',
'make': 'RENAULT',
'model': 'Clio E-Tech 140 Initiale Paris',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio E-Tech 140 Initiale Paris',
'transmission': 'automatic',
'trim': 'Clio E-Tech 140 Initiale Paris',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:31 [vpauto.fr] INFO: Saving data for 17f1637fe5: {'created_time': 1774638986.466802, 'last_price_update_time': 1774861351.661291}
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='17f1637fe5') HTTP/1.1" 204 0
2026-03-30 09:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with identifier: 1a8e1325bf
2026-03-30 09:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with identifier: 1a8e1325bf
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 3062bdf6-479f-5dc4-9f47-489faf3d45d4 with identifier: 1a8e1325bf to the API
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273062bdf6-479f-5dc4-9f47-489faf3d45d4%27 HTTP/1.1" 200 None
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 3062bdf6-479f-5dc4-9f47-489faf3d45d4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022RENAULT Clio TCe 130 EDC FAP Intens\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 990000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022RENAULT\u0022, \u0022Model\u0022: \u0022Clio TCe 130 EDC FAP Intens\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222020-02-20\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/1a8e1325bf/renault-clio-tce-130-edc-fap-intens\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Clio TCe 130 EDC FAP Intens\u0022, \u0022Year\u0022: 2020, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 119, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00223062bdf6-479f-5dc4-9f47-489faf3d45d4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:31 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:31 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:31 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3062bdf6-479f-5dc4-9f47-489faf3d45d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1a8e1325bf/renault-clio-tce-130-edc-fap-intens',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'RENAULT',
'model': 'Clio TCe 130 EDC FAP Intens',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio TCe 130 EDC FAP Intens',
'transmission': 'automatic',
'trim': 'Clio TCe 130 EDC FAP Intens',
'year': 2020}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:31 [vpauto.fr] INFO: Saving data for 1a8e1325bf: {'created_time': 1774429455.916401, 'last_price_update_time': 1774861351.988454}
2026-03-30 09:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1a8e1325bf') HTTP/1.1" 204 0
2026-03-30 09:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/5b09ee9ee5/citroen-c4-e-c4-136-ch-automatique-feel-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/7750b11e5/citroen-c3> (referer: https://vpauto.eu/vehicle/list?page=11) ['zyte-api']
2026-03-30 09:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with identifier: 5b09ee9ee5
2026-03-30 09:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with scrape type 2
2026-03-30 09:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with scrape type 2
2026-03-30 09:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd, identifier: 5b09ee9ee5
2026-03-30 09:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efabaf70-f441-593e-b8be-b6b35277b6f4 with identifier: 7750b11e5
2026-03-30 09:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efabaf70-f441-593e-b8be-b6b35277b6f4 with scrape type 2
2026-03-30 09:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efabaf70-f441-593e-b8be-b6b35277b6f4 with scrape type 2
2026-03-30 09:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: efabaf70-f441-593e-b8be-b6b35277b6f4, identifier: 7750b11e5
2026-03-30 09:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with identifier: 5b09ee9ee5
2026-03-30 09:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with identifier: 5b09ee9ee5
2026-03-30 09:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 80c183b8-f1b0-5c98-8e86-62ccdfb29cfd with identifier: 5b09ee9ee5 to the API
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/5b09ee9ee5/citroen-c4-e-c4-136-ch-automatique-feel-pack>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '80c183b8-f1b0-5c98-8e86-62ccdfb29cfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/5b09ee9ee5/citroen-c4-e-c4-136-ch-automatique-feel-pack',
'listing': 'auction',
'location': '69 - LYON',
'make': 'CITROEN',
'model': 'C4 e-C4 136 ch Automatique Feel Pack',
'odometer': 74150,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 e-C4 136 ch Automatique Feel Pack',
'transmission': 'automatic',
'trim': 'C4 e-C4 136 ch Automatique Feel Pack',
'year': 2021}
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b09ee9ee5%27 HTTP/1.1" 200 None
2026-03-30 09:02:32 [vpauto.fr] INFO: Saving data for 5b09ee9ee5: {'created_time': 1774639161.851514, 'last_price_update_time': 1774861352.749641}
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='5b09ee9ee5') HTTP/1.1" 204 0
2026-03-30 09:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: efabaf70-f441-593e-b8be-b6b35277b6f4 with identifier: 7750b11e5
2026-03-30 09:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: efabaf70-f441-593e-b8be-b6b35277b6f4 with identifier: 7750b11e5
2026-03-30 09:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: efabaf70-f441-593e-b8be-b6b35277b6f4 with identifier: 7750b11e5 to the API
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/7750b11e5/citroen-c3>
{'auction_title': '',
'c_o_2_emission_value': 86,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'efabaf70-f441-593e-b8be-b6b35277b6f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/7750b11e5/citroen-c3',
'listing': 'auction',
'location': '69 - LYON',
'make': 'CITROEN',
'model': 'C3',
'odometer': 130000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2019-08-19',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3',
'transmission': 'automatic',
'trim': 'C3',
'year': 2019}
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:33 [vpauto.fr] INFO: Saving data for 7750b11e5: {'created_time': 1774639037.884255, 'last_price_update_time': 1774861353.127159}
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='7750b11e5') HTTP/1.1" 204 0
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/4b61cbf9bf/toyota-aygo-pro-10-vvt-i-x-pro> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/9758ab45e5/opel-corsa-corsa-15-diesel-100-ch-bvm6-edition-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/f0aed93e36/citroen-c3-12-110-shine-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/bee1558c3a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/beb416523a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b5449526e5/hyundai-i30-sw-i30-sw-16-crdi-115-dct-7-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe734987-f262-55b4-be73-ade4fedf1d75 with identifier: 4b61cbf9bf
2026-03-30 09:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe734987-f262-55b4-be73-ade4fedf1d75 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe734987-f262-55b4-be73-ade4fedf1d75 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: fe734987-f262-55b4-be73-ade4fedf1d75, identifier: 4b61cbf9bf
2026-03-30 09:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bccd469-57a2-5721-9741-56d57ec62369 with identifier: 9758ab45e5
2026-03-30 09:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bccd469-57a2-5721-9741-56d57ec62369 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bccd469-57a2-5721-9741-56d57ec62369 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 5bccd469-57a2-5721-9741-56d57ec62369, identifier: 9758ab45e5
2026-03-30 09:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with identifier: f0aed93e36
2026-03-30 09:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with scrape type 2
2026-03-30 09:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50, identifier: f0aed93e36
2026-03-30 09:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: bee1558c3a, dropping item
2026-03-30 09:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: beb416523a, dropping item
2026-03-30 09:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: fe734987-f262-55b4-be73-ade4fedf1d75 with identifier: 4b61cbf9bf
2026-03-30 09:02:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: fe734987-f262-55b4-be73-ade4fedf1d75 with identifier: 4b61cbf9bf
2026-03-30 09:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: fe734987-f262-55b4-be73-ade4fedf1d75 with identifier: 4b61cbf9bf to the API
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/4b61cbf9bf/toyota-aygo-pro-10-vvt-i-x-pro>
{'auction_title': '',
'c_o_2_emission_value': 113,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Titane',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'fe734987-f262-55b4-be73-ade4fedf1d75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/4b61cbf9bf/toyota-aygo-pro-10-vvt-i-x-pro',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'TOYOTA',
'model': 'Aygo Pro 1.0 VVT-i x-pro',
'odometer': 59425,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-06-02',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo Pro 1.0 VVT-i x-pro',
'transmission': 'manual',
'trim': 'Aygo Pro 1.0 VVT-i x-pro',
'year': 2021}
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274b61cbf9bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:33 [vpauto.fr] INFO: Saving data for 4b61cbf9bf: {'created_time': 1774256952.506203, 'last_price_update_time': 1774861353.981776}
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='4b61cbf9bf') HTTP/1.1" 204 0
2026-03-30 09:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 5bccd469-57a2-5721-9741-56d57ec62369 with identifier: 9758ab45e5
2026-03-30 09:02:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 5bccd469-57a2-5721-9741-56d57ec62369 with identifier: 9758ab45e5
2026-03-30 09:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 5bccd469-57a2-5721-9741-56d57ec62369 with identifier: 9758ab45e5 to the API
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275bccd469-57a2-5721-9741-56d57ec62369%27 HTTP/1.1" 200 None
2026-03-30 09:02:34 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 5bccd469-57a2-5721-9741-56d57ec62369: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Quartz Gray metallic paint\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022OPEL CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022OPEL\u0022, \u0022Model\u0022: \u0022CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-11-23\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/9758ab45e5/opel-corsa-corsa-15-diesel-100-ch-bvm6-edition-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 107, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00225bccd469-57a2-5721-9741-56d57ec62369\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:33 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:34 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:34 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 107,
'car_expert_report_source_url': None,
'category': None,
'color': 'Quartz Gray metallic paint',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5bccd469-57a2-5721-9741-56d57ec62369',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/9758ab45e5/opel-corsa-corsa-15-diesel-100-ch-bvm6-edition-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'OPEL',
'model': 'CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business',
'transmission': 'manual',
'trim': 'CORSA Corsa 1.5 Diesel 100 ch BVM6 Edition Business',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279758ab45e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:34 [vpauto.fr] INFO: Saving data for 9758ab45e5: {'created_time': 1774639180.380598, 'last_price_update_time': 1774861354.296545}
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='9758ab45e5') HTTP/1.1" 204 0
2026-03-30 09:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with identifier: f0aed93e36
2026-03-30 09:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with identifier: f0aed93e36
2026-03-30 09:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50 with identifier: f0aed93e36 to the API
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/f0aed93e36/citroen-c3-12-110-shine-business>
{'auction_title': '',
'c_o_2_emission_value': 124,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6447f0cd-5cd1-58e1-b8fc-ef01f0ef4b50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/f0aed93e36/citroen-c3-12-110-shine-business',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'C3 1.2 110 SHINE BUSINESS',
'odometer': 71087,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 110 SHINE BUSINESS',
'transmission': 'automatic',
'trim': 'C3 1.2 110 SHINE BUSINESS',
'year': 2021}
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f0aed93e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:34 [vpauto.fr] INFO: Saving data for f0aed93e36: {'created_time': 1774342923.699233, 'last_price_update_time': 1774861354.855836}
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='f0aed93e36') HTTP/1.1" 204 0
2026-03-30 09:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/1580ce05e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with identifier: b5449526e5
2026-03-30 09:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with scrape type 2
2026-03-30 09:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with scrape type 2
2026-03-30 09:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4, identifier: b5449526e5
2026-03-30 09:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with identifier: b5449526e5
2026-03-30 09:02:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with identifier: b5449526e5
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4 with identifier: b5449526e5 to the API
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddd59c2-0fce-55f8-ad61-f26e6e2727f4%27 HTTP/1.1" 200 None
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 4ddd59c2-0fce-55f8-ad61-f26e6e2727f4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Peinture Polar White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022HYUNDAI i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022HYUNDAI\u0022, \u0022Model\u0022: \u0022i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.6L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-08-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b5449526e5/hyundai-i30-sw-i30-sw-16-crdi-115-dct-7-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 121, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00224ddd59c2-0fce-55f8-ad61-f26e6e2727f4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:34 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:35 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': None,
'category': None,
'color': 'Peinture Polar White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4ddd59c2-0fce-55f8-ad61-f26e6e2727f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b5449526e5/hyundai-i30-sw-i30-sw-16-crdi-115-dct-7-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'HYUNDAI',
'model': 'i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business',
'transmission': 'automatic',
'trim': 'i30 SW i30 SW 1.6 CRDi 115 DCT-7 Business',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5449526e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:35 [vpauto.fr] INFO: Saving data for b5449526e5: {'created_time': 1774639170.023023, 'last_price_update_time': 1774861355.393827}
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b5449526e5') HTTP/1.1" 204 0
2026-03-30 09:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/7872a7f73a/renault-clio-v-clio-tce-90-21-business> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5a36633-50da-5a6c-a8d6-d0d91f29748b with identifier: 1580ce05e5
2026-03-30 09:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a36633-50da-5a6c-a8d6-d0d91f29748b with scrape type 2
2026-03-30 09:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5a36633-50da-5a6c-a8d6-d0d91f29748b with scrape type 2
2026-03-30 09:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a5a36633-50da-5a6c-a8d6-d0d91f29748b, identifier: 1580ce05e5
2026-03-30 09:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a5a36633-50da-5a6c-a8d6-d0d91f29748b with identifier: 1580ce05e5
2026-03-30 09:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a5a36633-50da-5a6c-a8d6-d0d91f29748b with identifier: 1580ce05e5
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a5a36633-50da-5a6c-a8d6-d0d91f29748b with identifier: 1580ce05e5 to the API
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a5a36633-50da-5a6c-a8d6-d0d91f29748b%27 HTTP/1.1" 200 None
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id a5a36633-50da-5a6c-a8d6-d0d91f29748b: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Teinte de caisse m\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022CITROEN C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022CITROEN\u0022, \u0022Model\u0022: \u0022C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-04-07\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/1580ce05e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022C3 C3 BlueHDi 100 S\u0026S BVM6 Feel Business\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 111, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022a5a36633-50da-5a6c-a8d6-d0d91f29748b\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:35 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:35 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:35 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 111,
'car_expert_report_source_url': None,
'category': None,
'color': 'Teinte de caisse m',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a5a36633-50da-5a6c-a8d6-d0d91f29748b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/1580ce05e5/citroen-c3-c3-bluehdi-100-ss-bvm6-feel-business',
'listing': 'auction',
'location': '69 - LYON',
'make': 'CITROEN',
'model': 'C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'transmission': 'manual',
'trim': 'C3 C3 BlueHDi 100 S&S BVM6 Feel Business',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271580ce05e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:35 [vpauto.fr] INFO: Saving data for 1580ce05e5: {'created_time': 1774639172.541801, 'last_price_update_time': 1774861355.881729}
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='1580ce05e5') HTTP/1.1" 204 0
2026-03-30 09:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/9891b57ae5/audi-q3> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/eb8e49cb94/seat-arona> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/154fcb5e5/ford-puma-puma-15-ecoblue-120-ch-ss-bvm6-titanium> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/b782477d3a/land-rover-land-rover-range-rover-evoque-15-p300e-309-r-dyn-autobiogra> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 66272c4e-af44-5e52-b347-3dbee4892a10 with identifier: 7872a7f73a, dropping item
2026-03-30 09:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with identifier: 9891b57ae5
2026-03-30 09:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454, identifier: 9891b57ae5
2026-03-30 09:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f011ff8d-e59e-5e09-a61a-be1a652e69da with identifier: eb8e49cb94
2026-03-30 09:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f011ff8d-e59e-5e09-a61a-be1a652e69da with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f011ff8d-e59e-5e09-a61a-be1a652e69da with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: f011ff8d-e59e-5e09-a61a-be1a652e69da, identifier: eb8e49cb94
2026-03-30 09:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with identifier: 154fcb5e5
2026-03-30 09:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 058d4f26-1ed2-593c-8fdd-5732d49d5a19, identifier: 154fcb5e5
2026-03-30 09:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77ceb454-b249-5742-9052-7a3e4263ad61 with identifier: b782477d3a
2026-03-30 09:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77ceb454-b249-5742-9052-7a3e4263ad61 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77ceb454-b249-5742-9052-7a3e4263ad61 with scrape type 2
2026-03-30 09:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 77ceb454-b249-5742-9052-7a3e4263ad61, identifier: b782477d3a
2026-03-30 09:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with identifier: 9891b57ae5
2026-03-30 09:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with identifier: 9891b57ae5
2026-03-30 09:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454 with identifier: 9891b57ae5 to the API
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454%27 HTTP/1.1" 200 None
2026-03-30 09:02:36 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022AUDI Q3\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022AUDI\u0022, \u0022Model\u0022: \u0022Q3\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022ESS \u002B ELEC HR\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-08-09\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/9891b57ae5/audi-q3\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Q3\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 45, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:36 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:36 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:36 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 45,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': 'aa8ef41c-d4e4-56a1-b1f0-e84e83fe0454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/9891b57ae5/audi-q3',
'listing': 'auction',
'location': '69 - LYON',
'make': 'AUDI',
'model': 'Q3',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3',
'transmission': 'automatic',
'trim': 'Q3',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279891b57ae5%27 HTTP/1.1" 200 None
2026-03-30 09:02:36 [vpauto.fr] INFO: Saving data for 9891b57ae5: {'created_time': 1774639178.796449, 'last_price_update_time': 1774861356.882627}
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='9891b57ae5') HTTP/1.1" 204 0
2026-03-30 09:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: f011ff8d-e59e-5e09-a61a-be1a652e69da with identifier: eb8e49cb94
2026-03-30 09:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: f011ff8d-e59e-5e09-a61a-be1a652e69da with identifier: eb8e49cb94
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: f011ff8d-e59e-5e09-a61a-be1a652e69da with identifier: eb8e49cb94 to the API
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f011ff8d-e59e-5e09-a61a-be1a652e69da%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id f011ff8d-e59e-5e09-a61a-be1a652e69da: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022SEAT Arona\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022SEAT\u0022, \u0022Model\u0022: \u0022Arona\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-12-15\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/eb8e49cb94/seat-arona\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022Arona\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 121, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: false, \u0022Id\u0022: \u0022f011ff8d-e59e-5e09-a61a-be1a652e69da\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:36 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f011ff8d-e59e-5e09-a61a-be1a652e69da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://vpauto.fr/vehicule/eb8e49cb94/seat-arona',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'SEAT',
'model': 'Arona',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona',
'transmission': 'automatic',
'trim': 'Arona',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eb8e49cb94%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [vpauto.fr] INFO: Saving data for eb8e49cb94: {'created_time': 1774639243.756284, 'last_price_update_time': 1774861357.264624}
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='eb8e49cb94') HTTP/1.1" 204 0
2026-03-30 09:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with identifier: 154fcb5e5
2026-03-30 09:02:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with identifier: 154fcb5e5
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 058d4f26-1ed2-593c-8fdd-5732d49d5a19 with identifier: 154fcb5e5 to the API
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27058d4f26-1ed2-593c-8fdd-5732d49d5a19%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 058d4f26-1ed2-593c-8fdd-5732d49d5a19: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Glacier White non\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022FORD PUMA Puma 1.5 EcoBlue 120 ch S\u0026S BVM6 Titanium\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022FORD\u0022, \u0022Model\u0022: \u0022PUMA Puma 1.5 EcoBlue 120 ch S\u0026S BVM6 Titanium\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222021-05-20\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/154fcb5e5/ford-puma-puma-15-ecoblue-120-ch-ss-bvm6-titanium\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002269 - LYON\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022PUMA Puma 1.5 EcoBlue 120 ch S\u0026S BVM6 Titanium\u0022, \u0022Year\u0022: 2021, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 119, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022058d4f26-1ed2-593c-8fdd-5732d49d5a19\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:36 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Glacier White non',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '058d4f26-1ed2-593c-8fdd-5732d49d5a19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/154fcb5e5/ford-puma-puma-15-ecoblue-120-ch-ss-bvm6-titanium',
'listing': 'auction',
'location': '69 - LYON',
'make': 'FORD',
'model': 'PUMA Puma 1.5 EcoBlue 120 ch S&S BVM6 Titanium',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2021-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA Puma 1.5 EcoBlue 120 ch S&S BVM6 Titanium',
'transmission': 'manual',
'trim': 'PUMA Puma 1.5 EcoBlue 120 ch S&S BVM6 Titanium',
'year': 2021}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27154fcb5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [vpauto.fr] INFO: Saving data for 154fcb5e5: {'created_time': 1774639190.096501, 'last_price_update_time': 1774861357.594226}
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='154fcb5e5') HTTP/1.1" 204 0
2026-03-30 09:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 77ceb454-b249-5742-9052-7a3e4263ad61 with identifier: b782477d3a
2026-03-30 09:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 77ceb454-b249-5742-9052-7a3e4263ad61 with identifier: b782477d3a
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 77ceb454-b249-5742-9052-7a3e4263ad61 with identifier: b782477d3a to the API
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2777ceb454-b249-5742-9052-7a3e4263ad61%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id 77ceb454-b249-5742-9052-7a3e4263ad61: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022LAND ROVER LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn Autobiogra\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022LAND ROVER\u0022, \u0022Model\u0022: \u0022LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn Autobiogra\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022ESS \u002B ELEC HR\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-22\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/b782477d3a/land-rover-land-rover-range-rover-evoque-15-p300e-309-r-dyn-autobiogra\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002213 - MARSEILLE\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn Autobiogra\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 44, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002277ceb454-b249-5742-9052-7a3e4263ad61\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:37 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:37 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': '77ceb454-b249-5742-9052-7a3e4263ad61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/b782477d3a/land-rover-land-rover-range-rover-evoque-15-p300e-309-r-dyn-autobiogra',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'LAND ROVER',
'model': 'LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn Autobiogra',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn '
'Autobiogra',
'transmission': 'automatic',
'trim': 'LAND-ROVER RANGE ROVER EVOQUE 1.5 P300e 309 R-Dyn Autobiogra',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b782477d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:37 [vpauto.fr] INFO: Saving data for b782477d3a: {'created_time': 1774638966.474833, 'last_price_update_time': 1774861357.99672}
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='b782477d3a') HTTP/1.1" 204 0
2026-03-30 09:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=14> (referer: https://vpauto.eu/vehicle/list?page=13) ['zyte-api']
2026-03-30 09:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/6fc4c6bb36/citroen-jumpy-fg-club> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/760a2964e5/peugeot-peugeot-boxer> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/61e63a16bf/kia-niro-lounge> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:38 [vpauto.fr] INFO: Found 81 ads on page 14
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:38 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:38 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:39 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:39 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:40 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:40 [vpauto.fr] INFO: Requesting listing page 15: https://vpauto.eu/vehicle/list?page=15
2026-03-30 09:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/a33e8efd36/dacia-sandero-tce-90-22-stepway-essentiel> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/98345e2c3a/peugeot-2008-puretech-100-ss-bvm6-active> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/8e473aad3a/land-rover-discovery-sport-mark-vii-p300e-phev-awd-bva-r-dynamic-s> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/76d8cc363a/citroen-berlingo-berlingo-taille-xl-puretech-130-ss-eat8-feel-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fec2be27-d253-5b78-8866-9c3d41c1f897 with identifier: 6fc4c6bb36
2026-03-30 09:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fec2be27-d253-5b78-8866-9c3d41c1f897 with scrape type 2
2026-03-30 09:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fec2be27-d253-5b78-8866-9c3d41c1f897 with scrape type 2
2026-03-30 09:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: fec2be27-d253-5b78-8866-9c3d41c1f897, identifier: 6fc4c6bb36
2026-03-30 09:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a470d2a-df09-53af-9811-c4a1ffb9602c with identifier: 760a2964e5
2026-03-30 09:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a470d2a-df09-53af-9811-c4a1ffb9602c with scrape type 2
2026-03-30 09:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a470d2a-df09-53af-9811-c4a1ffb9602c with scrape type 2
2026-03-30 09:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 8a470d2a-df09-53af-9811-c4a1ffb9602c, identifier: 760a2964e5
2026-03-30 09:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a835178c-2df4-5967-be09-4a445b21e4e1 with identifier: 61e63a16bf
2026-03-30 09:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a835178c-2df4-5967-be09-4a445b21e4e1 with scrape type 2
2026-03-30 09:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a835178c-2df4-5967-be09-4a445b21e4e1 with scrape type 2
2026-03-30 09:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: a835178c-2df4-5967-be09-4a445b21e4e1, identifier: 61e63a16bf
2026-03-30 09:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: fec2be27-d253-5b78-8866-9c3d41c1f897 with identifier: 6fc4c6bb36
2026-03-30 09:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: fec2be27-d253-5b78-8866-9c3d41c1f897 with identifier: 6fc4c6bb36
2026-03-30 09:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: fec2be27-d253-5b78-8866-9c3d41c1f897 with identifier: 6fc4c6bb36 to the API
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fec2be27-d253-5b78-8866-9c3d41c1f897%27 HTTP/1.1" 200 None
2026-03-30 09:02:41 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id fec2be27-d253-5b78-8866-9c3d41c1f897: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022CITROEN JUMPY FG CLUB\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022CITROEN\u0022, \u0022Model\u0022: \u0022JUMPY FG CLUB\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-06-07\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/6fc4c6bb36/citroen-jumpy-fg-club\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002244 - NANTES\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022JUMPY FG CLUB\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 4, \u0022CO2EmissionValue\u0022: 193, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022fec2be27-d253-5b78-8866-9c3d41c1f897\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:40 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:41 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:41 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 193,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fec2be27-d253-5b78-8866-9c3d41c1f897',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/6fc4c6bb36/citroen-jumpy-fg-club',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'CITROEN',
'model': 'JUMPY FG CLUB',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-06-07',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN JUMPY FG CLUB',
'transmission': 'automatic',
'trim': 'JUMPY FG CLUB',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276fc4c6bb36%27 HTTP/1.1" 200 None
2026-03-30 09:02:41 [vpauto.fr] INFO: Saving data for 6fc4c6bb36: {'created_time': 1774342905.142798, 'last_price_update_time': 1774861361.344634}
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='6fc4c6bb36') HTTP/1.1" 204 0
2026-03-30 09:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 8a470d2a-df09-53af-9811-c4a1ffb9602c with identifier: 760a2964e5
2026-03-30 09:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 8a470d2a-df09-53af-9811-c4a1ffb9602c with identifier: 760a2964e5
2026-03-30 09:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 8a470d2a-df09-53af-9811-c4a1ffb9602c with identifier: 760a2964e5 to the API
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/760a2964e5/peugeot-peugeot-boxer>
{'auction_title': '',
'c_o_2_emission_value': 223,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8a470d2a-df09-53af-9811-c4a1ffb9602c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/760a2964e5/peugeot-peugeot-boxer',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 123260,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PEUGEOT BOXER',
'transmission': 'automatic',
'trim': 'BOXER',
'year': 2022}
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27760a2964e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:41 [vpauto.fr] INFO: Saving data for 760a2964e5: {'created_time': 1774639199.622252, 'last_price_update_time': 1774861361.808559}
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='760a2964e5') HTTP/1.1" 204 0
2026-03-30 09:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: a835178c-2df4-5967-be09-4a445b21e4e1 with identifier: 61e63a16bf
2026-03-30 09:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: a835178c-2df4-5967-be09-4a445b21e4e1 with identifier: 61e63a16bf
2026-03-30 09:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: a835178c-2df4-5967-be09-4a445b21e4e1 with identifier: 61e63a16bf to the API
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-30 09:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a835178c-2df4-5967-be09-4a445b21e4e1%27 HTTP/1.1" 200 None
2026-03-30 09:02:42 [crawlers.pipelines.post_to_api] ERROR: vpauto.fr, item_id a835178c-2df4-5967-be09-4a445b21e4e1: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Unknown\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: true, \u0022Title\u0022: \u0022KIA NIRO LOUNGE\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 920000, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022KIA\u0022, \u0022Model\u0022: \u0022NIRO LOUNGE\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022ESS \u002B ELEC HR\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-06-13\u0022, \u0022LinkToWebOffer\u0022: \u0022https://vpauto.fr/vehicule/61e63a16bf/kia-niro-lounge\u0022, \u0022ExpirationDate\u0022: null, \u0022Location\u0022: \u002276 - ROUEN\u0022, \u0022OriginCountryCode\u0022: \u0022FR\u0022, \u0022Trim\u0022: \u0022NIRO LOUNGE\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022CO2EmissionValue\u0022: 31, \u0022EmissionStandard\u0022: null, \u0022CarExpertReportSourceUrl\u0022: null, \u0022IsVatIncluded\u0022: true, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022a835178c-2df4-5967-be09-4a445b21e4e1\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 09:02:41 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-30 09:02:42 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:42 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 31,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'ESS + ELEC HR',
'id': 'a835178c-2df4-5967-be09-4a445b21e4e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/61e63a16bf/kia-niro-lounge',
'listing': 'auction',
'location': '76 - ROUEN',
'make': 'KIA',
'model': 'NIRO LOUNGE',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO LOUNGE',
'transmission': 'automatic',
'trim': 'NIRO LOUNGE',
'year': 2022}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761e63a16bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:42 [vpauto.fr] INFO: Saving data for 61e63a16bf: {'created_time': 1774256874.409648, 'last_price_update_time': 1774861362.132547}
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='61e63a16bf') HTTP/1.1" 204 0
2026-03-30 09:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d758d23c-7340-5be8-ba05-80a75e862913 with identifier: a33e8efd36
2026-03-30 09:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d758d23c-7340-5be8-ba05-80a75e862913 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d758d23c-7340-5be8-ba05-80a75e862913 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: d758d23c-7340-5be8-ba05-80a75e862913, identifier: a33e8efd36
2026-03-30 09:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a14520f-d540-57b7-ae30-5cfbcefd757d with identifier: 98345e2c3a
2026-03-30 09:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a14520f-d540-57b7-ae30-5cfbcefd757d with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a14520f-d540-57b7-ae30-5cfbcefd757d with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 5a14520f-d540-57b7-ae30-5cfbcefd757d, identifier: 98345e2c3a
2026-03-30 09:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6aeb72-97fc-527d-bb3d-262833312a12 with identifier: 8e473aad3a
2026-03-30 09:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6aeb72-97fc-527d-bb3d-262833312a12 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6aeb72-97fc-527d-bb3d-262833312a12 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 9f6aeb72-97fc-527d-bb3d-262833312a12, identifier: 8e473aad3a
2026-03-30 09:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with identifier: 76d8cc363a
2026-03-30 09:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with scrape type 2
2026-03-30 09:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 39cadcc4-ecdb-5757-9a20-bab0ea3a9415, identifier: 76d8cc363a
2026-03-30 09:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: d758d23c-7340-5be8-ba05-80a75e862913 with identifier: a33e8efd36
2026-03-30 09:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: d758d23c-7340-5be8-ba05-80a75e862913 with identifier: a33e8efd36
2026-03-30 09:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: d758d23c-7340-5be8-ba05-80a75e862913 with identifier: a33e8efd36 to the API
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/a33e8efd36/dacia-sandero-tce-90-22-stepway-essentiel>
{'auction_title': '',
'c_o_2_emission_value': 127,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd758d23c-7340-5be8-ba05-80a75e862913',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/a33e8efd36/dacia-sandero-tce-90-22-stepway-essentiel',
'listing': 'auction',
'location': '44 - NANTES',
'make': 'DACIA',
'model': 'Sandero TCe 90 - 22 Stepway Essentiel',
'odometer': 74767,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero TCe 90 - 22 Stepway Essentiel',
'transmission': 'manual',
'trim': 'Sandero TCe 90 - 22 Stepway Essentiel',
'year': 2022}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a33e8efd36%27 HTTP/1.1" 200 None
2026-03-30 09:02:43 [vpauto.fr] INFO: Saving data for a33e8efd36: {'created_time': 1774342897.21972, 'last_price_update_time': 1774861363.017146}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='a33e8efd36') HTTP/1.1" 204 0
2026-03-30 09:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 5a14520f-d540-57b7-ae30-5cfbcefd757d with identifier: 98345e2c3a
2026-03-30 09:02:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 09:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 5a14520f-d540-57b7-ae30-5cfbcefd757d with identifier: 98345e2c3a
2026-03-30 09:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 5a14520f-d540-57b7-ae30-5cfbcefd757d with identifier: 98345e2c3a to the API
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/98345e2c3a/peugeot-2008-puretech-100-ss-bvm6-active>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': None,
'category': None,
'color': 'Platinium Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5a14520f-d540-57b7-ae30-5cfbcefd757d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/98345e2c3a/peugeot-2008-puretech-100-ss-bvm6-active',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'PEUGEOT',
'model': '2008 PureTech 100 S&S BVM6 Active',
'odometer': 74576,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 PureTech 100 S&S BVM6 Active',
'transmission': 'manual',
'trim': '2008 PureTech 100 S&S BVM6 Active',
'year': 2022}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2798345e2c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:43 [vpauto.fr] INFO: Saving data for 98345e2c3a: {'created_time': 1774639200.974794, 'last_price_update_time': 1774861363.409445}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='98345e2c3a') HTTP/1.1" 204 0
2026-03-30 09:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 9f6aeb72-97fc-527d-bb3d-262833312a12 with identifier: 8e473aad3a
2026-03-30 09:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 9f6aeb72-97fc-527d-bb3d-262833312a12 with identifier: 8e473aad3a
2026-03-30 09:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 9f6aeb72-97fc-527d-bb3d-262833312a12 with identifier: 8e473aad3a to the API
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/8e473aad3a/land-rover-discovery-sport-mark-vii-p300e-phev-awd-bva-r-dynamic-s>
{'auction_title': '',
'c_o_2_emission_value': 44,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '9f6aeb72-97fc-527d-bb3d-262833312a12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/8e473aad3a/land-rover-discovery-sport-mark-vii-p300e-phev-awd-bva-r-dynamic-s',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'LAND ROVER',
'model': 'Discovery Sport Mark VII P300e PHEV AWD BVA R-Dynamic S',
'odometer': 53909,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Discovery Sport Mark VII P300e PHEV AWD BVA R-Dynamic S',
'transmission': 'automatic',
'trim': 'Discovery Sport Mark VII P300e PHEV AWD BVA R-Dynamic S',
'year': 2022}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e473aad3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:43 [vpauto.fr] INFO: Saving data for 8e473aad3a: {'created_time': 1774639205.814023, 'last_price_update_time': 1774861363.745056}
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='8e473aad3a') HTTP/1.1" 204 0
2026-03-30 09:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with identifier: 76d8cc363a
2026-03-30 09:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with identifier: 76d8cc363a
2026-03-30 09:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 39cadcc4-ecdb-5757-9a20-bab0ea3a9415 with identifier: 76d8cc363a to the API
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/76d8cc363a/citroen-berlingo-berlingo-taille-xl-puretech-130-ss-eat8-feel-pack>
{'auction_title': '',
'c_o_2_emission_value': 154,
'car_expert_report_source_url': None,
'category': None,
'color': 'Dark grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '39cadcc4-ecdb-5757-9a20-bab0ea3a9415',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/76d8cc363a/citroen-berlingo-berlingo-taille-xl-puretech-130-ss-eat8-feel-pack',
'listing': 'auction',
'location': '13 - MARSEILLE',
'make': 'CITROEN',
'model': 'BERLINGO Berlingo Taille XL PureTech 130 S&S EAT8 Feel Pack',
'odometer': 99000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN BERLINGO Berlingo Taille XL PureTech 130 S&S EAT8 Feel Pack',
'transmission': 'automatic',
'trim': 'BERLINGO Berlingo Taille XL PureTech 130 S&S EAT8 Feel Pack',
'year': 2022}
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2776d8cc363a%27 HTTP/1.1" 200 None
2026-03-30 09:02:44 [vpauto.fr] INFO: Saving data for 76d8cc363a: {'created_time': 1774639254.995508, 'last_price_update_time': 1774861364.083182}
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='76d8cc363a') HTTP/1.1" 204 0
2026-03-30 09:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/eb7205ece5/mercedes-gla-250-e-8g-dct-amg-line> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/49f787725a/peugeot-208-electrique-50-kwh-136ch-roadtrip> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/ec71409294/citroen-e-jumpy-fgn-m-100-kw-136-ch-batterie-75-kwh-driver> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/475f864094/peugeot-308-puretech-130ch-ss-eat8-allure> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81df958e-d07c-5127-8264-087eb466a786 with identifier: eb7205ece5
2026-03-30 09:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81df958e-d07c-5127-8264-087eb466a786 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81df958e-d07c-5127-8264-087eb466a786 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 81df958e-d07c-5127-8264-087eb466a786, identifier: eb7205ece5
2026-03-30 09:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c347f30-5291-5e73-b947-f53fe8053279 with identifier: 49f787725a
2026-03-30 09:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c347f30-5291-5e73-b947-f53fe8053279 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c347f30-5291-5e73-b947-f53fe8053279 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 5c347f30-5291-5e73-b947-f53fe8053279, identifier: 49f787725a
2026-03-30 09:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with identifier: ec71409294
2026-03-30 09:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 6a0fc458-10a1-55ec-9146-6a8cd2a200b6, identifier: ec71409294
2026-03-30 09:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with identifier: 475f864094
2026-03-30 09:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with scrape type 2
2026-03-30 09:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 69d63ab3-41e9-5bf5-9e77-08320ed07e58, identifier: 475f864094
2026-03-30 09:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 81df958e-d07c-5127-8264-087eb466a786 with identifier: eb7205ece5
2026-03-30 09:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 81df958e-d07c-5127-8264-087eb466a786 with identifier: eb7205ece5
2026-03-30 09:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 81df958e-d07c-5127-8264-087eb466a786 with identifier: eb7205ece5 to the API
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/eb7205ece5/mercedes-gla-250-e-8g-dct-amg-line>
{'auction_title': '',
'c_o_2_emission_value': 31,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid',
'id': '81df958e-d07c-5127-8264-087eb466a786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/eb7205ece5/mercedes-gla-250-e-8g-dct-amg-line',
'listing': 'auction',
'location': '69 - LYON',
'make': 'MERCEDES',
'model': 'GLA 250 e 8G-DCT AMG Line',
'odometer': 45810,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES GLA 250 e 8G-DCT AMG Line',
'transmission': 'automatic',
'trim': 'GLA 250 e 8G-DCT AMG Line',
'year': 2022}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27eb7205ece5%27 HTTP/1.1" 200 None
2026-03-30 09:02:45 [vpauto.fr] INFO: Saving data for eb7205ece5: {'created_time': 1774639224.70652, 'last_price_update_time': 1774861365.041426}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='eb7205ece5') HTTP/1.1" 204 0
2026-03-30 09:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 5c347f30-5291-5e73-b947-f53fe8053279 with identifier: 49f787725a
2026-03-30 09:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 5c347f30-5291-5e73-b947-f53fe8053279 with identifier: 49f787725a
2026-03-30 09:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 5c347f30-5291-5e73-b947-f53fe8053279 with identifier: 49f787725a to the API
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/49f787725a/peugeot-208-electrique-50-kwh-136ch-roadtrip>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black metallic',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '5c347f30-5291-5e73-b947-f53fe8053279',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/49f787725a/peugeot-208-electrique-50-kwh-136ch-roadtrip',
'listing': 'auction',
'location': '33 - BORDEAUX',
'make': 'PEUGEOT',
'model': '208 Electrique 50 kWh 136ch Roadtrip',
'odometer': 40090,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 Electrique 50 kWh 136ch Roadtrip',
'transmission': 'automatic',
'trim': '208 Electrique 50 kWh 136ch Roadtrip',
'year': 2022}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749f787725a%27 HTTP/1.1" 200 None
2026-03-30 09:02:45 [vpauto.fr] INFO: Saving data for 49f787725a: {'created_time': 1773947200.768868, 'last_price_update_time': 1774861365.405696}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='49f787725a') HTTP/1.1" 204 0
2026-03-30 09:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with identifier: ec71409294
2026-03-30 09:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with identifier: ec71409294
2026-03-30 09:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 6a0fc458-10a1-55ec-9146-6a8cd2a200b6 with identifier: ec71409294 to the API
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/ec71409294/citroen-e-jumpy-fgn-m-100-kw-136-ch-batterie-75-kwh-driver>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '6a0fc458-10a1-55ec-9146-6a8cd2a200b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/ec71409294/citroen-e-jumpy-fgn-m-100-kw-136-ch-batterie-75-kwh-driver',
'listing': 'auction',
'location': '56 - LORIENT',
'make': 'CITROEN',
'model': 'E-JUMPY FGN M 100 KW (136 CH) BATTERIE 75 KWH DRIVER',
'odometer': 53206,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-06-20',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN E-JUMPY FGN M 100 KW (136 CH) BATTERIE 75 KWH DRIVER',
'transmission': 'automatic',
'trim': 'E-JUMPY FGN M 100 KW (136 CH) BATTERIE 75 KWH DRIVER',
'year': 2022}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ec71409294%27 HTTP/1.1" 200 None
2026-03-30 09:02:45 [vpauto.fr] INFO: Saving data for ec71409294: {'created_time': 1774639203.96506, 'last_price_update_time': 1774861365.762852}
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='ec71409294') HTTP/1.1" 204 0
2026-03-30 09:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with identifier: 475f864094
2026-03-30 09:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with identifier: 475f864094
2026-03-30 09:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 69d63ab3-41e9-5bf5-9e77-08320ed07e58 with identifier: 475f864094 to the API
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/475f864094/peugeot-308-puretech-130ch-ss-eat8-allure>
{'auction_title': '',
'c_o_2_emission_value': 129,
'car_expert_report_source_url': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '69d63ab3-41e9-5bf5-9e77-08320ed07e58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/475f864094/peugeot-308-puretech-130ch-ss-eat8-allure',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '308 PureTech 130ch S&S EAT8 Allure',
'odometer': 49135,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 PureTech 130ch S&S EAT8 Allure',
'transmission': 'automatic',
'trim': '308 PureTech 130ch S&S EAT8 Allure',
'year': 2022}
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27475f864094%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Saving data for 475f864094: {'created_time': 1774639206.145286, 'last_price_update_time': 1774861366.115797}
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='475f864094') HTTP/1.1" 204 0
2026-03-30 09:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/d279df0de5/peugeot-208-puretech-75-ss-bvm5-active-pack> (referer: https://vpauto.eu/vehicle/list?page=10) ['zyte-api']
2026-03-30 09:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=15> (referer: https://vpauto.eu/vehicle/list?page=14) ['zyte-api']
2026-03-30 09:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 047144be-8f03-5cf2-af67-03c9c6dad000 with identifier: d279df0de5
2026-03-30 09:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 047144be-8f03-5cf2-af67-03c9c6dad000 with scrape type 2
2026-03-30 09:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 047144be-8f03-5cf2-af67-03c9c6dad000 with scrape type 2
2026-03-30 09:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: vpauto.fr, Processed item id: 047144be-8f03-5cf2-af67-03c9c6dad000, identifier: d279df0de5
2026-03-30 09:02:46 [vpauto.fr] INFO: Found 81 ads on page 15
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:46 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:46 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:47 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:47 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: vpauto.fr, Translating item: 047144be-8f03-5cf2-af67-03c9c6dad000 with identifier: d279df0de5
2026-03-30 09:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: vpauto.fr, Applying rules to item: 047144be-8f03-5cf2-af67-03c9c6dad000 with identifier: d279df0de5
2026-03-30 09:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: vpauto.fr, Posting item: 047144be-8f03-5cf2-af67-03c9c6dad000 with identifier: d279df0de5 to the API
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 09:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://vpauto.eu/vehicle/d279df0de5/peugeot-208-puretech-75-ss-bvm5-active-pack>
{'auction_title': '',
'c_o_2_emission_value': 119,
'car_expert_report_source_url': None,
'category': None,
'color': 'Gris Clair',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '047144be-8f03-5cf2-af67-03c9c6dad000',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://vpauto.fr/vehicule/d279df0de5/peugeot-208-puretech-75-ss-bvm5-active-pack',
'listing': 'auction',
'location': '69 - LYON',
'make': 'PEUGEOT',
'model': '208 PureTech 75 S&S BVM5 Active Pack',
'odometer': 30122,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2022-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 PureTech 75 S&S BVM5 Active Pack',
'transmission': 'manual',
'trim': '208 PureTech 75 S&S BVM5 Active Pack',
'year': 2022}
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d279df0de5%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Saving data for d279df0de5: {'created_time': 1774639213.487747, 'last_price_update_time': 1774861368.356307}
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='vpauto.fr',RowKey='d279df0de5') HTTP/1.1" 204 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:48 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:48 [vpauto.fr] INFO: Requesting listing page 16: https://vpauto.eu/vehicle/list?page=16
2026-03-30 09:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=16> (referer: https://vpauto.eu/vehicle/list?page=15) ['zyte-api']
2026-03-30 09:02:50 [vpauto.fr] INFO: Found 81 ads on page 16
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:50 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:50 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:51 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:51 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:52 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:52 [vpauto.fr] INFO: Requesting listing page 17: https://vpauto.eu/vehicle/list?page=17
2026-03-30 09:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=17> (referer: https://vpauto.eu/vehicle/list?page=16) ['zyte-api']
2026-03-30 09:02:53 [vpauto.fr] INFO: Found 81 ads on page 17
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:53 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:53 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:54 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:54 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:55 [vpauto.fr] INFO: Requesting listing page 18: https://vpauto.eu/vehicle/list?page=18
2026-03-30 09:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=18> (referer: https://vpauto.eu/vehicle/list?page=17) ['zyte-api']
2026-03-30 09:02:56 [vpauto.fr] INFO: Found 81 ads on page 18
2026-03-30 09:02:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:02:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:02:56 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:02:56 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:02:57 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:02:57 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:58 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:02:58 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:02:59 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:02:59 [vpauto.fr] INFO: Requesting listing page 19: https://vpauto.eu/vehicle/list?page=19
2026-03-30 09:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=19> (referer: https://vpauto.eu/vehicle/list?page=18) ['zyte-api']
2026-03-30 09:03:01 [vpauto.fr] INFO: Found 81 ads on page 19
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:01 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:01 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:02 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:02 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:03 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:03 [vpauto.fr] INFO: Requesting listing page 20: https://vpauto.eu/vehicle/list?page=20
2026-03-30 09:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=20> (referer: https://vpauto.eu/vehicle/list?page=19) ['zyte-api']
2026-03-30 09:03:04 [vpauto.fr] INFO: Found 81 ads on page 20
2026-03-30 09:03:04 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:05 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:05 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:06 [scrapy.extensions.logstats] INFO: Crawled 200 pages (at 69 pages/min), scraped 104 items (at 40 items/min)
2026-03-30 09:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:06 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:06 [vpauto.fr] INFO: Requesting listing page 21: https://vpauto.eu/vehicle/list?page=21
2026-03-30 09:03:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=21> (referer: https://vpauto.eu/vehicle/list?page=20) ['zyte-api']
2026-03-30 09:03:10 [vpauto.fr] INFO: Found 81 ads on page 21
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:12 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:12 [vpauto.fr] INFO: Requesting listing page 22: https://vpauto.eu/vehicle/list?page=22
2026-03-30 09:03:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=22> (referer: https://vpauto.eu/vehicle/list?page=21) ['zyte-api']
2026-03-30 09:03:14 [vpauto.fr] INFO: Found 81 ads on page 22
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:14 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:14 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:15 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:15 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:16 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:16 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:16 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:16 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:16 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:16 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:16 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:16 [vpauto.fr] INFO: Requesting listing page 23: https://vpauto.eu/vehicle/list?page=23
2026-03-30 09:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=23> (referer: https://vpauto.eu/vehicle/list?page=22) ['zyte-api']
2026-03-30 09:03:17 [vpauto.fr] INFO: Found 81 ads on page 23
2026-03-30 09:03:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:18 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:18 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:19 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:19 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:20 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:20 [vpauto.fr] INFO: Requesting listing page 24: https://vpauto.eu/vehicle/list?page=24
2026-03-30 09:03:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=24> (referer: https://vpauto.eu/vehicle/list?page=23) ['zyte-api']
2026-03-30 09:03:22 [vpauto.fr] INFO: Found 81 ads on page 24
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:22 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:22 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:24 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:24 [vpauto.fr] INFO: Requesting listing page 25: https://vpauto.eu/vehicle/list?page=25
2026-03-30 09:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=25> (referer: https://vpauto.eu/vehicle/list?page=24) ['zyte-api']
2026-03-30 09:03:25 [vpauto.fr] INFO: Found 81 ads on page 25
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:27 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:27 [vpauto.fr] INFO: Requesting listing page 26: https://vpauto.eu/vehicle/list?page=26
2026-03-30 09:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=26> (referer: https://vpauto.eu/vehicle/list?page=25) ['zyte-api']
2026-03-30 09:03:29 [vpauto.fr] INFO: Found 81 ads on page 26
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:29 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:29 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:30 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:30 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:31 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:31 [vpauto.fr] INFO: Requesting listing page 27: https://vpauto.eu/vehicle/list?page=27
2026-03-30 09:03:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=27> (referer: https://vpauto.eu/vehicle/list?page=26) ['zyte-api']
2026-03-30 09:03:33 [vpauto.fr] INFO: Found 81 ads on page 27
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:33 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:33 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:34 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:34 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:35 [vpauto.fr] INFO: Requesting listing page 28: https://vpauto.eu/vehicle/list?page=28
2026-03-30 09:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=28> (referer: https://vpauto.eu/vehicle/list?page=27) ['zyte-api']
2026-03-30 09:03:36 [vpauto.fr] INFO: Found 81 ads on page 28
2026-03-30 09:03:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:37 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:37 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:38 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:38 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:39 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:39 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:39 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:39 [vpauto.fr] INFO: Requesting listing page 29: https://vpauto.eu/vehicle/list?page=29
2026-03-30 09:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=29> (referer: https://vpauto.eu/vehicle/list?page=28) ['zyte-api']
2026-03-30 09:03:40 [vpauto.fr] INFO: Found 81 ads on page 29
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:40 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:40 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:41 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:41 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:42 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:42 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:43 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:43 [vpauto.fr] INFO: Requesting listing page 30: https://vpauto.eu/vehicle/list?page=30
2026-03-30 09:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=30> (referer: https://vpauto.eu/vehicle/list?page=29) ['zyte-api']
2026-03-30 09:03:44 [vpauto.fr] INFO: Found 81 ads on page 30
2026-03-30 09:03:44 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:44 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:44 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:44 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:44 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:45 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:45 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:46 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:46 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:47 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:47 [vpauto.fr] INFO: Requesting listing page 31: https://vpauto.eu/vehicle/list?page=31
2026-03-30 09:03:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=31> (referer: https://vpauto.eu/vehicle/list?page=30) ['zyte-api']
2026-03-30 09:03:48 [vpauto.fr] INFO: Found 81 ads on page 31
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:51 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:51 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:51 [vpauto.fr] INFO: Requesting listing page 32: https://vpauto.eu/vehicle/list?page=32
2026-03-30 09:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=32> (referer: https://vpauto.eu/vehicle/list?page=31) ['zyte-api']
2026-03-30 09:03:53 [vpauto.fr] INFO: Found 81 ads on page 32
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:53 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:53 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:55 [vpauto.fr] INFO: Requesting listing page 33: https://vpauto.eu/vehicle/list?page=33
2026-03-30 09:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=33> (referer: https://vpauto.eu/vehicle/list?page=32) ['zyte-api']
2026-03-30 09:03:57 [vpauto.fr] INFO: Found 81 ads on page 33
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:03:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:03:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:03:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:03:59 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:03:59 [vpauto.fr] INFO: Requesting listing page 34: https://vpauto.eu/vehicle/list?page=34
2026-03-30 09:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=34> (referer: https://vpauto.eu/vehicle/list?page=33) ['zyte-api']
2026-03-30 09:04:01 [vpauto.fr] INFO: Found 81 ads on page 34
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:02 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:02 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:03 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:03 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:03 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:03 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:03 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:03 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:03 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:03 [vpauto.fr] INFO: Requesting listing page 35: https://vpauto.eu/vehicle/list?page=35
2026-03-30 09:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=35> (referer: https://vpauto.eu/vehicle/list?page=34) ['zyte-api']
2026-03-30 09:04:04 [vpauto.fr] INFO: Found 81 ads on page 35
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:04 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:04 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:05 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:05 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:06 [scrapy.extensions.logstats] INFO: Crawled 215 pages (at 15 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:07 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:07 [vpauto.fr] INFO: Requesting listing page 36: https://vpauto.eu/vehicle/list?page=36
2026-03-30 09:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=36> (referer: https://vpauto.eu/vehicle/list?page=35) ['zyte-api']
2026-03-30 09:04:08 [vpauto.fr] INFO: Found 81 ads on page 36
2026-03-30 09:04:08 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:08 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:08 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:08 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:08 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:08 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:08 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:08 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:08 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:09 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:09 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:10 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:10 [vpauto.fr] INFO: Requesting listing page 37: https://vpauto.eu/vehicle/list?page=37
2026-03-30 09:04:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=37> (referer: https://vpauto.eu/vehicle/list?page=36) ['zyte-api']
2026-03-30 09:04:12 [vpauto.fr] INFO: Found 81 ads on page 37
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:12 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:12 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:13 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:13 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:14 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:14 [vpauto.fr] INFO: Requesting listing page 38: https://vpauto.eu/vehicle/list?page=38
2026-03-30 09:04:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=38> (referer: https://vpauto.eu/vehicle/list?page=37) ['zyte-api']
2026-03-30 09:04:15 [vpauto.fr] INFO: Found 81 ads on page 38
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:15 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:15 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:16 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:16 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:17 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:17 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:18 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:18 [vpauto.fr] INFO: Requesting listing page 39: https://vpauto.eu/vehicle/list?page=39
2026-03-30 09:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=39> (referer: https://vpauto.eu/vehicle/list?page=38) ['zyte-api']
2026-03-30 09:04:20 [vpauto.fr] INFO: Found 81 ads on page 39
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:20 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:20 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:21 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:21 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:22 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:22 [vpauto.fr] INFO: Requesting listing page 40: https://vpauto.eu/vehicle/list?page=40
2026-03-30 09:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=40> (referer: https://vpauto.eu/vehicle/list?page=39) ['zyte-api']
2026-03-30 09:04:23 [vpauto.fr] INFO: Found 81 ads on page 40
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:23 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:23 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:24 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:24 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:25 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:25 [vpauto.fr] INFO: Requesting listing page 41: https://vpauto.eu/vehicle/list?page=41
2026-03-30 09:04:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=41> (referer: https://vpauto.eu/vehicle/list?page=40) ['zyte-api']
2026-03-30 09:04:27 [vpauto.fr] INFO: Found 81 ads on page 41
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:27 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:27 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:28 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:28 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:29 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:29 [vpauto.fr] INFO: Requesting listing page 42: https://vpauto.eu/vehicle/list?page=42
2026-03-30 09:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=42> (referer: https://vpauto.eu/vehicle/list?page=41) ['zyte-api']
2026-03-30 09:04:41 [vpauto.fr] INFO: Found 81 ads on page 42
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:41 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:41 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:42 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:42 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:43 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:43 [vpauto.fr] INFO: Requesting listing page 43: https://vpauto.eu/vehicle/list?page=43
2026-03-30 09:04:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=43> (referer: https://vpauto.eu/vehicle/list?page=42) ['zyte-api']
2026-03-30 09:04:45 [vpauto.fr] INFO: Found 81 ads on page 43
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:45 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:45 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:46 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:46 [vpauto.fr] INFO: Requesting listing page 44: https://vpauto.eu/vehicle/list?page=44
2026-03-30 09:04:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=44> (referer: https://vpauto.eu/vehicle/list?page=43) ['zyte-api']
2026-03-30 09:04:48 [vpauto.fr] INFO: Found 81 ads on page 44
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:48 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:48 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:49 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:49 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:51 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:51 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:51 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:51 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:51 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:51 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:51 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:51 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:51 [vpauto.fr] INFO: Requesting listing page 45: https://vpauto.eu/vehicle/list?page=45
2026-03-30 09:04:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=45> (referer: https://vpauto.eu/vehicle/list?page=44) ['zyte-api']
2026-03-30 09:04:52 [vpauto.fr] INFO: Found 81 ads on page 45
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:52 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:52 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:53 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:53 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:54 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:54 [vpauto.fr] INFO: Requesting listing page 46: https://vpauto.eu/vehicle/list?page=46
2026-03-30 09:04:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=46> (referer: https://vpauto.eu/vehicle/list?page=45) ['zyte-api']
2026-03-30 09:04:56 [vpauto.fr] INFO: Found 81 ads on page 46
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:04:56 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:04:56 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:04:57 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:04:57 [vpauto.fr] INFO: Requesting listing page 47: https://vpauto.eu/vehicle/list?page=47
2026-03-30 09:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=47> (referer: https://vpauto.eu/vehicle/list?page=46) ['zyte-api']
2026-03-30 09:04:59 [vpauto.fr] INFO: Found 81 ads on page 47
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:04:59 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:04:59 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:00 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:00 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:01 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:05:01 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:05:02 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:05:02 [vpauto.fr] INFO: Requesting listing page 48: https://vpauto.eu/vehicle/list?page=48
2026-03-30 09:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=48> (referer: https://vpauto.eu/vehicle/list?page=47) ['zyte-api']
2026-03-30 09:05:04 [vpauto.fr] INFO: Found 81 ads on page 48
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:04 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:05:04 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:05 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:05:05 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:05:06 [scrapy.extensions.logstats] INFO: Crawled 228 pages (at 13 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:05:06 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:05:06 [vpauto.fr] INFO: Requesting listing page 49: https://vpauto.eu/vehicle/list?page=49
2026-03-30 09:05:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=49> (referer: https://vpauto.eu/vehicle/list?page=48) ['zyte-api']
2026-03-30 09:05:16 [vpauto.fr] INFO: Found 81 ads on page 49
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:16 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:05:16 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:17 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:17 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:05:18 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:05:18 [vpauto.fr] INFO: Requesting listing page 50: https://vpauto.eu/vehicle/list?page=50
2026-03-30 09:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=50> (referer: https://vpauto.eu/vehicle/list?page=49) ['zyte-api']
2026-03-30 09:05:20 [vpauto.fr] INFO: Found 81 ads on page 50
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:20 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:05:20 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:21 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:21 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:22 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:05:22 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:05:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:05:23 [vpauto.fr] INFO: Requesting listing page 51: https://vpauto.eu/vehicle/list?page=51
2026-03-30 09:05:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=51> (referer: https://vpauto.eu/vehicle/list?page=50) ['zyte-api']
2026-03-30 09:05:24 [vpauto.fr] INFO: Found 81 ads on page 51
2026-03-30 09:05:24 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:25 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:25 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:26 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:05:26 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:05:27 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:05:27 [vpauto.fr] INFO: Requesting listing page 52: https://vpauto.eu/vehicle/list?page=52
2026-03-30 09:05:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=52> (referer: https://vpauto.eu/vehicle/list?page=51) ['zyte-api']
2026-03-30 09:05:58 [vpauto.fr] INFO: Found 81 ads on page 52
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:58 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:05:58 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:05:59 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:05:59 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:00 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:00 [vpauto.fr] INFO: Requesting listing page 53: https://vpauto.eu/vehicle/list?page=53
2026-03-30 09:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:05 [scrapy.extensions.logstats] INFO: Crawled 232 pages (at 4 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:06:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=53> (referer: https://vpauto.eu/vehicle/list?page=52) ['zyte-api']
2026-03-30 09:06:09 [vpauto.fr] INFO: Found 81 ads on page 53
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:09 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:09 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:10 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:10 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:11 [vpauto.fr] INFO: Requesting listing page 54: https://vpauto.eu/vehicle/list?page=54
2026-03-30 09:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=54> (referer: https://vpauto.eu/vehicle/list?page=53) ['zyte-api']
2026-03-30 09:06:13 [vpauto.fr] INFO: Found 81 ads on page 54
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:13 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:13 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:14 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:14 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:15 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:15 [vpauto.fr] INFO: Requesting listing page 55: https://vpauto.eu/vehicle/list?page=55
2026-03-30 09:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=55> (referer: https://vpauto.eu/vehicle/list?page=54) ['zyte-api']
2026-03-30 09:06:17 [vpauto.fr] INFO: Found 81 ads on page 55
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:17 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:17 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:18 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:18 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:19 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:19 [vpauto.fr] INFO: Requesting listing page 56: https://vpauto.eu/vehicle/list?page=56
2026-03-30 09:06:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=56> (referer: https://vpauto.eu/vehicle/list?page=55) ['zyte-api']
2026-03-30 09:06:20 [vpauto.fr] INFO: Found 81 ads on page 56
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:20 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:20 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:21 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:21 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:23 [vpauto.fr] INFO: Requesting listing page 57: https://vpauto.eu/vehicle/list?page=57
2026-03-30 09:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=57> (referer: https://vpauto.eu/vehicle/list?page=56) ['zyte-api']
2026-03-30 09:06:24 [vpauto.fr] INFO: Found 81 ads on page 57
2026-03-30 09:06:24 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:24 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:24 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:24 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:24 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:25 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:25 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:26 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:26 [vpauto.fr] INFO: Requesting listing page 58: https://vpauto.eu/vehicle/list?page=58
2026-03-30 09:06:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=58> (referer: https://vpauto.eu/vehicle/list?page=57) ['zyte-api']
2026-03-30 09:06:31 [vpauto.fr] INFO: Found 81 ads on page 58
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:31 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:31 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:32 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:32 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:33 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:33 [vpauto.fr] INFO: Requesting listing page 59: https://vpauto.eu/vehicle/list?page=59
2026-03-30 09:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=59> (referer: https://vpauto.eu/vehicle/list?page=58) ['zyte-api']
2026-03-30 09:06:35 [vpauto.fr] INFO: Found 81 ads on page 59
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:35 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:35 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:36 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:36 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:37 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:37 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:38 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:38 [vpauto.fr] INFO: Requesting listing page 60: https://vpauto.eu/vehicle/list?page=60
2026-03-30 09:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=60> (referer: https://vpauto.eu/vehicle/list?page=59) ['zyte-api']
2026-03-30 09:06:40 [vpauto.fr] INFO: Found 81 ads on page 60
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:40 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:40 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:41 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:41 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:42 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:42 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:42 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:42 [vpauto.fr] INFO: Requesting listing page 61: https://vpauto.eu/vehicle/list?page=61
2026-03-30 09:06:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=61> (referer: https://vpauto.eu/vehicle/list?page=60) ['zyte-api']
2026-03-30 09:06:43 [vpauto.fr] INFO: Found 81 ads on page 61
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:43 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:43 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:44 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:44 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:45 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:45 [vpauto.fr] INFO: Requesting listing page 62: https://vpauto.eu/vehicle/list?page=62
2026-03-30 09:06:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=62> (referer: https://vpauto.eu/vehicle/list?page=61) ['zyte-api']
2026-03-30 09:06:47 [vpauto.fr] INFO: Found 81 ads on page 62
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:47 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:47 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:48 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:48 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:49 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:49 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:50 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:50 [vpauto.fr] INFO: Requesting listing page 63: https://vpauto.eu/vehicle/list?page=63
2026-03-30 09:06:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=63> (referer: https://vpauto.eu/vehicle/list?page=62) ['zyte-api']
2026-03-30 09:06:51 [vpauto.fr] INFO: Found 81 ads on page 63
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:51 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:51 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:52 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:52 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:53 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:53 [vpauto.fr] INFO: Requesting listing page 64: https://vpauto.eu/vehicle/list?page=64
2026-03-30 09:06:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=64> (referer: https://vpauto.eu/vehicle/list?page=63) ['zyte-api']
2026-03-30 09:06:55 [vpauto.fr] INFO: Found 81 ads on page 64
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:55 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:55 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:56 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:06:56 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:06:57 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:06:57 [vpauto.fr] INFO: Requesting listing page 65: https://vpauto.eu/vehicle/list?page=65
2026-03-30 09:06:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=65> (referer: https://vpauto.eu/vehicle/list?page=64) ['zyte-api']
2026-03-30 09:06:58 [vpauto.fr] INFO: Found 81 ads on page 65
2026-03-30 09:06:58 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:58 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:06:58 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:06:58 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:06:58 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:06:58 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:06:58 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:06:59 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:06:59 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:00 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:00 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:01 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:01 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:01 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:01 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:01 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:01 [vpauto.fr] INFO: Requesting listing page 66: https://vpauto.eu/vehicle/list?page=66
2026-03-30 09:07:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=66> (referer: https://vpauto.eu/vehicle/list?page=65) ['zyte-api']
2026-03-30 09:07:02 [vpauto.fr] INFO: Found 81 ads on page 66
2026-03-30 09:07:02 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:02 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:02 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:02 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:02 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:03 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:03 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:04 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:04 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:05 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:05 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:05 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:05 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:05 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:05 [vpauto.fr] INFO: Requesting listing page 67: https://vpauto.eu/vehicle/list?page=67
2026-03-30 09:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:05 [scrapy.extensions.logstats] INFO: Crawled 246 pages (at 14 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:07:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=67> (referer: https://vpauto.eu/vehicle/list?page=66) ['zyte-api']
2026-03-30 09:07:07 [vpauto.fr] INFO: Found 81 ads on page 67
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:07 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:07 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:08 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:08 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:09 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:09 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:09 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:09 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:09 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:09 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:09 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:09 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:09 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:09 [vpauto.fr] INFO: Requesting listing page 68: https://vpauto.eu/vehicle/list?page=68
2026-03-30 09:07:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=68> (referer: https://vpauto.eu/vehicle/list?page=67) ['zyte-api']
2026-03-30 09:07:10 [vpauto.fr] INFO: Found 81 ads on page 68
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:12 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:12 [vpauto.fr] INFO: Requesting listing page 69: https://vpauto.eu/vehicle/list?page=69
2026-03-30 09:07:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=69> (referer: https://vpauto.eu/vehicle/list?page=68) ['zyte-api']
2026-03-30 09:07:13 [vpauto.fr] INFO: Found 81 ads on page 69
2026-03-30 09:07:13 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:14 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:14 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:15 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:15 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:16 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:16 [vpauto.fr] INFO: Requesting listing page 70: https://vpauto.eu/vehicle/list?page=70
2026-03-30 09:07:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=70> (referer: https://vpauto.eu/vehicle/list?page=69) ['zyte-api']
2026-03-30 09:07:18 [vpauto.fr] INFO: Found 81 ads on page 70
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:18 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:18 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:19 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:19 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:20 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:20 [vpauto.fr] INFO: Requesting listing page 71: https://vpauto.eu/vehicle/list?page=71
2026-03-30 09:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=71> (referer: https://vpauto.eu/vehicle/list?page=70) ['zyte-api']
2026-03-30 09:07:22 [vpauto.fr] INFO: Found 81 ads on page 71
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:22 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:22 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:23 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:23 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:24 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:24 [vpauto.fr] INFO: Requesting listing page 72: https://vpauto.eu/vehicle/list?page=72
2026-03-30 09:07:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=72> (referer: https://vpauto.eu/vehicle/list?page=71) ['zyte-api']
2026-03-30 09:07:25 [vpauto.fr] INFO: Found 81 ads on page 72
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:26 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:27 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:27 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:28 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:28 [vpauto.fr] INFO: Requesting listing page 73: https://vpauto.eu/vehicle/list?page=73
2026-03-30 09:07:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=73> (referer: https://vpauto.eu/vehicle/list?page=72) ['zyte-api']
2026-03-30 09:07:30 [vpauto.fr] INFO: Found 81 ads on page 73
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:32 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:32 [vpauto.fr] INFO: Requesting listing page 74: https://vpauto.eu/vehicle/list?page=74
2026-03-30 09:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=74> (referer: https://vpauto.eu/vehicle/list?page=73) ['zyte-api']
2026-03-30 09:07:34 [vpauto.fr] INFO: Found 81 ads on page 74
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:36 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:36 [vpauto.fr] INFO: Requesting listing page 75: https://vpauto.eu/vehicle/list?page=75
2026-03-30 09:07:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=75> (referer: https://vpauto.eu/vehicle/list?page=74) ['zyte-api']
2026-03-30 09:07:37 [vpauto.fr] INFO: Found 81 ads on page 75
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:39 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:39 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:40 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:40 [vpauto.fr] INFO: Requesting listing page 76: https://vpauto.eu/vehicle/list?page=76
2026-03-30 09:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=76> (referer: https://vpauto.eu/vehicle/list?page=75) ['zyte-api']
2026-03-30 09:07:45 [vpauto.fr] INFO: Found 81 ads on page 76
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:47 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:47 [vpauto.fr] INFO: Requesting listing page 77: https://vpauto.eu/vehicle/list?page=77
2026-03-30 09:07:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=77> (referer: https://vpauto.eu/vehicle/list?page=76) ['zyte-api']
2026-03-30 09:07:48 [vpauto.fr] INFO: Found 81 ads on page 77
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:48 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:48 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:49 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:49 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:50 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:50 [vpauto.fr] INFO: Requesting listing page 78: https://vpauto.eu/vehicle/list?page=78
2026-03-30 09:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=78> (referer: https://vpauto.eu/vehicle/list?page=77) ['zyte-api']
2026-03-30 09:07:52 [vpauto.fr] INFO: Found 81 ads on page 78
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:52 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:52 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:53 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:53 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:54 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:54 [vpauto.fr] INFO: Requesting listing page 79: https://vpauto.eu/vehicle/list?page=79
2026-03-30 09:07:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=79> (referer: https://vpauto.eu/vehicle/list?page=78) ['zyte-api']
2026-03-30 09:07:56 [vpauto.fr] INFO: Found 81 ads on page 79
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:56 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:07:56 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:57 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:07:57 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:07:58 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:07:58 [vpauto.fr] INFO: Requesting listing page 80: https://vpauto.eu/vehicle/list?page=80
2026-03-30 09:07:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=80> (referer: https://vpauto.eu/vehicle/list?page=79) ['zyte-api']
2026-03-30 09:08:00 [vpauto.fr] INFO: Found 81 ads on page 80
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:00 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:00 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:01 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:01 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:02 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:02 [vpauto.fr] INFO: Requesting listing page 81: https://vpauto.eu/vehicle/list?page=81
2026-03-30 09:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=81> (referer: https://vpauto.eu/vehicle/list?page=80) ['zyte-api']
2026-03-30 09:08:04 [vpauto.fr] INFO: Found 81 ads on page 81
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:04 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:04 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:05 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:05 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:06 [scrapy.extensions.logstats] INFO: Crawled 261 pages (at 15 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:06 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:06 [vpauto.fr] INFO: Requesting listing page 82: https://vpauto.eu/vehicle/list?page=82
2026-03-30 09:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=82> (referer: https://vpauto.eu/vehicle/list?page=81) ['zyte-api']
2026-03-30 09:08:09 [vpauto.fr] INFO: Found 81 ads on page 82
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:09 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:09 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:10 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:10 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:11 [vpauto.fr] INFO: Requesting listing page 83: https://vpauto.eu/vehicle/list?page=83
2026-03-30 09:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=83> (referer: https://vpauto.eu/vehicle/list?page=82) ['zyte-api']
2026-03-30 09:08:13 [vpauto.fr] INFO: Found 81 ads on page 83
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:13 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:13 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:14 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:14 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:15 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:15 [vpauto.fr] INFO: Requesting listing page 84: https://vpauto.eu/vehicle/list?page=84
2026-03-30 09:08:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=84> (referer: https://vpauto.eu/vehicle/list?page=83) ['zyte-api']
2026-03-30 09:08:17 [vpauto.fr] INFO: Found 81 ads on page 84
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:17 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:17 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:20 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:20 [vpauto.fr] INFO: Requesting listing page 85: https://vpauto.eu/vehicle/list?page=85
2026-03-30 09:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=85> (referer: https://vpauto.eu/vehicle/list?page=84) ['zyte-api']
2026-03-30 09:08:21 [vpauto.fr] INFO: Found 81 ads on page 85
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:22 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:22 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:23 [vpauto.fr] INFO: Requesting listing page 86: https://vpauto.eu/vehicle/list?page=86
2026-03-30 09:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=86> (referer: https://vpauto.eu/vehicle/list?page=85) ['zyte-api']
2026-03-30 09:08:25 [vpauto.fr] INFO: Found 81 ads on page 86
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:26 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:26 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:27 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:27 [vpauto.fr] INFO: Requesting listing page 87: https://vpauto.eu/vehicle/list?page=87
2026-03-30 09:08:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=87> (referer: https://vpauto.eu/vehicle/list?page=86) ['zyte-api']
2026-03-30 09:08:29 [vpauto.fr] INFO: Found 81 ads on page 87
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:29 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:29 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:30 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:30 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:31 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:31 [vpauto.fr] INFO: Requesting listing page 88: https://vpauto.eu/vehicle/list?page=88
2026-03-30 09:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=88> (referer: https://vpauto.eu/vehicle/list?page=87) ['zyte-api']
2026-03-30 09:08:33 [vpauto.fr] INFO: Found 81 ads on page 88
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:33 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:33 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:34 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:34 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:35 [vpauto.fr] INFO: Requesting listing page 89: https://vpauto.eu/vehicle/list?page=89
2026-03-30 09:08:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=89> (referer: https://vpauto.eu/vehicle/list?page=88) ['zyte-api']
2026-03-30 09:08:36 [vpauto.fr] INFO: Found 81 ads on page 89
2026-03-30 09:08:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:36 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:36 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:37 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:37 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:38 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:38 [vpauto.fr] INFO: Requesting listing page 90: https://vpauto.eu/vehicle/list?page=90
2026-03-30 09:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=90> (referer: https://vpauto.eu/vehicle/list?page=89) ['zyte-api']
2026-03-30 09:08:41 [vpauto.fr] INFO: Found 81 ads on page 90
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:42 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:42 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:43 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:43 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:44 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:44 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:44 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:44 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:44 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:44 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:44 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:44 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:44 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:44 [vpauto.fr] INFO: Requesting listing page 91: https://vpauto.eu/vehicle/list?page=91
2026-03-30 09:08:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=91> (referer: https://vpauto.eu/vehicle/list?page=90) ['zyte-api']
2026-03-30 09:08:45 [vpauto.fr] INFO: Found 81 ads on page 91
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:47 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:47 [vpauto.fr] INFO: Requesting listing page 92: https://vpauto.eu/vehicle/list?page=92
2026-03-30 09:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=92> (referer: https://vpauto.eu/vehicle/list?page=91) ['zyte-api']
2026-03-30 09:08:49 [vpauto.fr] INFO: Found 81 ads on page 92
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:50 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:50 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:51 [vpauto.fr] INFO: Requesting listing page 93: https://vpauto.eu/vehicle/list?page=93
2026-03-30 09:08:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=93> (referer: https://vpauto.eu/vehicle/list?page=92) ['zyte-api']
2026-03-30 09:08:52 [vpauto.fr] INFO: Found 81 ads on page 93
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:52 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:52 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:53 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:53 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:54 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:54 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:55 [vpauto.fr] INFO: Requesting listing page 94: https://vpauto.eu/vehicle/list?page=94
2026-03-30 09:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:08:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=94> (referer: https://vpauto.eu/vehicle/list?page=93) ['zyte-api']
2026-03-30 09:08:56 [vpauto.fr] INFO: Found 81 ads on page 94
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:08:56 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:08:56 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:08:57 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:08:57 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:08:58 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:08:58 [vpauto.fr] INFO: Requesting listing page 95: https://vpauto.eu/vehicle/list?page=95
2026-03-30 09:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=95> (referer: https://vpauto.eu/vehicle/list?page=94) ['zyte-api']
2026-03-30 09:09:00 [vpauto.fr] INFO: Found 81 ads on page 95
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:00 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:00 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:01 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:01 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:02 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:02 [vpauto.fr] INFO: Requesting listing page 96: https://vpauto.eu/vehicle/list?page=96
2026-03-30 09:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=96> (referer: https://vpauto.eu/vehicle/list?page=95) ['zyte-api']
2026-03-30 09:09:03 [vpauto.fr] INFO: Found 81 ads on page 96
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:03 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:03 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:04 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:04 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:05 [scrapy.extensions.logstats] INFO: Crawled 276 pages (at 15 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:09:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:05 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:05 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:06 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:06 [vpauto.fr] INFO: Requesting listing page 97: https://vpauto.eu/vehicle/list?page=97
2026-03-30 09:09:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=97> (referer: https://vpauto.eu/vehicle/list?page=96) ['zyte-api']
2026-03-30 09:09:08 [vpauto.fr] INFO: Found 81 ads on page 97
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:08 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:08 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:09 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:09 [vpauto.fr] INFO: Requesting listing page 98: https://vpauto.eu/vehicle/list?page=98
2026-03-30 09:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=98> (referer: https://vpauto.eu/vehicle/list?page=97) ['zyte-api']
2026-03-30 09:09:11 [vpauto.fr] INFO: Found 81 ads on page 98
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:11 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:11 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:12 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:12 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:13 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:13 [vpauto.fr] INFO: Requesting listing page 99: https://vpauto.eu/vehicle/list?page=99
2026-03-30 09:09:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=99> (referer: https://vpauto.eu/vehicle/list?page=98) ['zyte-api']
2026-03-30 09:09:14 [vpauto.fr] INFO: Found 81 ads on page 99
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:14 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:14 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:15 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:15 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:16 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:16 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:17 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:17 [vpauto.fr] INFO: Requesting listing page 100: https://vpauto.eu/vehicle/list?page=100
2026-03-30 09:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=100> (referer: https://vpauto.eu/vehicle/list?page=99) ['zyte-api']
2026-03-30 09:09:19 [vpauto.fr] INFO: Found 81 ads on page 100
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:19 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:19 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:20 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:20 [vpauto.fr] INFO: Requesting listing page 101: https://vpauto.eu/vehicle/list?page=101
2026-03-30 09:09:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=101> (referer: https://vpauto.eu/vehicle/list?page=100) ['zyte-api']
2026-03-30 09:09:22 [vpauto.fr] INFO: Found 81 ads on page 101
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:22 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:22 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:23 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:23 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:24 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:24 [vpauto.fr] INFO: Requesting listing page 102: https://vpauto.eu/vehicle/list?page=102
2026-03-30 09:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=102> (referer: https://vpauto.eu/vehicle/list?page=101) ['zyte-api']
2026-03-30 09:09:25 [vpauto.fr] INFO: Found 81 ads on page 102
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:27 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:27 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:28 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:28 [vpauto.fr] INFO: Requesting listing page 103: https://vpauto.eu/vehicle/list?page=103
2026-03-30 09:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=103> (referer: https://vpauto.eu/vehicle/list?page=102) ['zyte-api']
2026-03-30 09:09:30 [vpauto.fr] INFO: Found 81 ads on page 103
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:30 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:30 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:31 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:31 [vpauto.fr] INFO: Requesting listing page 104: https://vpauto.eu/vehicle/list?page=104
2026-03-30 09:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=104> (referer: https://vpauto.eu/vehicle/list?page=103) ['zyte-api']
2026-03-30 09:09:33 [vpauto.fr] INFO: Found 81 ads on page 104
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:33 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:33 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:34 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:34 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:35 [vpauto.fr] INFO: Requesting listing page 105: https://vpauto.eu/vehicle/list?page=105
2026-03-30 09:09:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=105> (referer: https://vpauto.eu/vehicle/list?page=104) ['zyte-api']
2026-03-30 09:09:36 [vpauto.fr] INFO: Found 81 ads on page 105
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:36 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:36 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:37 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:37 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:38 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:38 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:39 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:39 [vpauto.fr] INFO: Requesting listing page 106: https://vpauto.eu/vehicle/list?page=106
2026-03-30 09:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=106> (referer: https://vpauto.eu/vehicle/list?page=105) ['zyte-api']
2026-03-30 09:09:40 [vpauto.fr] INFO: Found 81 ads on page 106
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:40 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:40 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:41 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:41 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:42 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:42 [vpauto.fr] INFO: Requesting listing page 107: https://vpauto.eu/vehicle/list?page=107
2026-03-30 09:09:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=107> (referer: https://vpauto.eu/vehicle/list?page=106) ['zyte-api']
2026-03-30 09:09:45 [vpauto.fr] INFO: Found 81 ads on page 107
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:46 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:46 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:47 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:47 [vpauto.fr] INFO: Requesting listing page 108: https://vpauto.eu/vehicle/list?page=108
2026-03-30 09:09:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=108> (referer: https://vpauto.eu/vehicle/list?page=107) ['zyte-api']
2026-03-30 09:09:48 [vpauto.fr] INFO: Found 81 ads on page 108
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:48 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:48 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:49 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:49 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:51 [vpauto.fr] INFO: Requesting listing page 109: https://vpauto.eu/vehicle/list?page=109
2026-03-30 09:09:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=109> (referer: https://vpauto.eu/vehicle/list?page=108) ['zyte-api']
2026-03-30 09:09:52 [vpauto.fr] INFO: Found 81 ads on page 109
2026-03-30 09:09:52 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:53 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:53 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:54 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:54 [vpauto.fr] INFO: Requesting listing page 110: https://vpauto.eu/vehicle/list?page=110
2026-03-30 09:09:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=110> (referer: https://vpauto.eu/vehicle/list?page=109) ['zyte-api']
2026-03-30 09:09:56 [vpauto.fr] INFO: Found 81 ads on page 110
2026-03-30 09:09:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:09:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:09:57 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:09:57 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:09:58 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:09:58 [vpauto.fr] INFO: Requesting listing page 111: https://vpauto.eu/vehicle/list?page=111
2026-03-30 09:09:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=111> (referer: https://vpauto.eu/vehicle/list?page=110) ['zyte-api']
2026-03-30 09:10:00 [vpauto.fr] INFO: Found 81 ads on page 111
2026-03-30 09:10:00 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:00 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:00 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:00 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:00 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:00 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:00 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:00 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:00 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:03 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:03 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:03 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:03 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:03 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:03 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:03 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:03 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:03 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:03 [vpauto.fr] INFO: Requesting listing page 112: https://vpauto.eu/vehicle/list?page=112
2026-03-30 09:10:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=112> (referer: https://vpauto.eu/vehicle/list?page=111) ['zyte-api']
2026-03-30 09:10:05 [vpauto.fr] INFO: Found 81 ads on page 112
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:06 [scrapy.extensions.logstats] INFO: Crawled 292 pages (at 16 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:07 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:07 [vpauto.fr] INFO: Requesting listing page 113: https://vpauto.eu/vehicle/list?page=113
2026-03-30 09:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=113> (referer: https://vpauto.eu/vehicle/list?page=112) ['zyte-api']
2026-03-30 09:10:09 [vpauto.fr] INFO: Found 81 ads on page 113
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:09 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:09 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:10 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:10 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:11 [vpauto.fr] INFO: Requesting listing page 114: https://vpauto.eu/vehicle/list?page=114
2026-03-30 09:10:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=114> (referer: https://vpauto.eu/vehicle/list?page=113) ['zyte-api']
2026-03-30 09:10:12 [vpauto.fr] INFO: Found 81 ads on page 114
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:12 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:12 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:13 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:13 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:14 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:14 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:15 [vpauto.fr] INFO: Requesting listing page 115: https://vpauto.eu/vehicle/list?page=115
2026-03-30 09:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=115> (referer: https://vpauto.eu/vehicle/list?page=114) ['zyte-api']
2026-03-30 09:10:17 [vpauto.fr] INFO: Found 81 ads on page 115
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:17 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:17 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:18 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:18 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:19 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:19 [vpauto.fr] INFO: Requesting listing page 116: https://vpauto.eu/vehicle/list?page=116
2026-03-30 09:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=116> (referer: https://vpauto.eu/vehicle/list?page=115) ['zyte-api']
2026-03-30 09:10:21 [vpauto.fr] INFO: Found 81 ads on page 116
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:21 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:21 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:22 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:22 [vpauto.fr] INFO: Requesting listing page 117: https://vpauto.eu/vehicle/list?page=117
2026-03-30 09:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=117> (referer: https://vpauto.eu/vehicle/list?page=116) ['zyte-api']
2026-03-30 09:10:24 [vpauto.fr] INFO: Found 81 ads on page 117
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:24 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:24 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:25 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:25 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:26 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:26 [vpauto.fr] INFO: Requesting listing page 118: https://vpauto.eu/vehicle/list?page=118
2026-03-30 09:10:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=118> (referer: https://vpauto.eu/vehicle/list?page=117) ['zyte-api']
2026-03-30 09:10:28 [vpauto.fr] INFO: Found 81 ads on page 118
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:28 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:28 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:29 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:29 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:30 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:30 [vpauto.fr] INFO: Requesting listing page 119: https://vpauto.eu/vehicle/list?page=119
2026-03-30 09:10:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=119> (referer: https://vpauto.eu/vehicle/list?page=118) ['zyte-api']
2026-03-30 09:10:32 [vpauto.fr] INFO: Found 81 ads on page 119
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:33 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:33 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:34 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:34 [vpauto.fr] INFO: Requesting listing page 120: https://vpauto.eu/vehicle/list?page=120
2026-03-30 09:10:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=120> (referer: https://vpauto.eu/vehicle/list?page=119) ['zyte-api']
2026-03-30 09:10:36 [vpauto.fr] INFO: Found 81 ads on page 120
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:36 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:36 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:37 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:37 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:38 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:38 [vpauto.fr] INFO: Requesting listing page 121: https://vpauto.eu/vehicle/list?page=121
2026-03-30 09:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=121> (referer: https://vpauto.eu/vehicle/list?page=120) ['zyte-api']
2026-03-30 09:10:39 [vpauto.fr] INFO: Found 81 ads on page 121
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:39 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:39 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:40 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:40 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:41 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:41 [vpauto.fr] INFO: Requesting listing page 122: https://vpauto.eu/vehicle/list?page=122
2026-03-30 09:10:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=122> (referer: https://vpauto.eu/vehicle/list?page=121) ['zyte-api']
2026-03-30 09:10:43 [vpauto.fr] INFO: Found 81 ads on page 122
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:43 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:43 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:44 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:44 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:45 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:45 [vpauto.fr] INFO: Requesting listing page 123: https://vpauto.eu/vehicle/list?page=123
2026-03-30 09:10:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=123> (referer: https://vpauto.eu/vehicle/list?page=122) ['zyte-api']
2026-03-30 09:10:50 [vpauto.fr] INFO: Found 81 ads on page 123
2026-03-30 09:10:50 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:50 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:50 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:50 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:50 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:50 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:50 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:50 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:50 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:50 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:51 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:51 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:52 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:52 [vpauto.fr] INFO: Requesting listing page 124: https://vpauto.eu/vehicle/list?page=124
2026-03-30 09:10:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:10:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=124> (referer: https://vpauto.eu/vehicle/list?page=123) ['zyte-api']
2026-03-30 09:10:55 [vpauto.fr] INFO: Found 81 ads on page 124
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:55 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:10:55 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:56 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:10:56 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:10:57 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:10:57 [vpauto.fr] INFO: Requesting listing page 125: https://vpauto.eu/vehicle/list?page=125
2026-03-30 09:10:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=125> (referer: https://vpauto.eu/vehicle/list?page=124) ['zyte-api']
2026-03-30 09:11:03 [vpauto.fr] INFO: Found 81 ads on page 125
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:03 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:03 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:04 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:04 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:05 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:05 [vpauto.fr] INFO: Requesting listing page 126: https://vpauto.eu/vehicle/list?page=126
2026-03-30 09:11:05 [scrapy.extensions.logstats] INFO: Crawled 305 pages (at 13 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:11:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:11:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=126> (referer: https://vpauto.eu/vehicle/list?page=125) ['zyte-api']
2026-03-30 09:11:08 [vpauto.fr] INFO: Found 81 ads on page 126
2026-03-30 09:11:08 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:08 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:08 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:08 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:08 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:08 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:08 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:08 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:08 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:09 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:09 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:10 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:10 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:11 [vpauto.fr] INFO: Requesting listing page 127: https://vpauto.eu/vehicle/list?page=127
2026-03-30 09:11:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=127> (referer: https://vpauto.eu/vehicle/list?page=126) ['zyte-api']
2026-03-30 09:11:12 [vpauto.fr] INFO: Found 81 ads on page 127
2026-03-30 09:11:12 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:12 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:12 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:12 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:12 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:12 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:12 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:12 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:12 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:13 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:13 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:14 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:14 [vpauto.fr] INFO: Requesting listing page 128: https://vpauto.eu/vehicle/list?page=128
2026-03-30 09:11:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=128> (referer: https://vpauto.eu/vehicle/list?page=127) ['zyte-api']
2026-03-30 09:11:16 [vpauto.fr] INFO: Found 81 ads on page 128
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:16 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:16 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:17 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:17 [vpauto.fr] INFO: Requesting listing page 129: https://vpauto.eu/vehicle/list?page=129
2026-03-30 09:11:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=129> (referer: https://vpauto.eu/vehicle/list?page=128) ['zyte-api']
2026-03-30 09:11:19 [vpauto.fr] INFO: Found 81 ads on page 129
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:19 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:19 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:20 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:20 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:21 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:21 [vpauto.fr] INFO: Requesting listing page 130: https://vpauto.eu/vehicle/list?page=130
2026-03-30 09:11:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=130> (referer: https://vpauto.eu/vehicle/list?page=129) ['zyte-api']
2026-03-30 09:11:23 [vpauto.fr] INFO: Found 81 ads on page 130
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:23 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:23 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:24 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:24 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:25 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:25 [vpauto.fr] INFO: Requesting listing page 131: https://vpauto.eu/vehicle/list?page=131
2026-03-30 09:11:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=131> (referer: https://vpauto.eu/vehicle/list?page=130) ['zyte-api']
2026-03-30 09:11:26 [vpauto.fr] INFO: Found 81 ads on page 131
2026-03-30 09:11:26 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:26 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:26 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:27 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:27 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:28 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:28 [vpauto.fr] INFO: Requesting listing page 132: https://vpauto.eu/vehicle/list?page=132
2026-03-30 09:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=132> (referer: https://vpauto.eu/vehicle/list?page=131) ['zyte-api']
2026-03-30 09:11:30 [vpauto.fr] INFO: Found 81 ads on page 132
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:32 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:32 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:33 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:33 [vpauto.fr] INFO: Requesting listing page 133: https://vpauto.eu/vehicle/list?page=133
2026-03-30 09:11:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=133> (referer: https://vpauto.eu/vehicle/list?page=132) ['zyte-api']
2026-03-30 09:11:34 [vpauto.fr] INFO: Found 81 ads on page 133
2026-03-30 09:11:34 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:34 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:34 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:34 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:34 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:34 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:34 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:35 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:35 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:36 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:36 [vpauto.fr] INFO: Requesting listing page 134: https://vpauto.eu/vehicle/list?page=134
2026-03-30 09:11:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=134> (referer: https://vpauto.eu/vehicle/list?page=133) ['zyte-api']
2026-03-30 09:11:38 [vpauto.fr] INFO: Found 81 ads on page 134
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:38 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:38 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:39 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:39 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:40 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:40 [vpauto.fr] INFO: Requesting listing page 135: https://vpauto.eu/vehicle/list?page=135
2026-03-30 09:11:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=135> (referer: https://vpauto.eu/vehicle/list?page=134) ['zyte-api']
2026-03-30 09:11:43 [vpauto.fr] INFO: Found 81 ads on page 135
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:43 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:43 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:44 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:44 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:45 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:45 [vpauto.fr] INFO: Requesting listing page 136: https://vpauto.eu/vehicle/list?page=136
2026-03-30 09:11:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=136> (referer: https://vpauto.eu/vehicle/list?page=135) ['zyte-api']
2026-03-30 09:11:47 [vpauto.fr] INFO: Found 81 ads on page 136
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:47 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:47 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:48 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:48 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:49 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:49 [vpauto.fr] INFO: Requesting listing page 137: https://vpauto.eu/vehicle/list?page=137
2026-03-30 09:11:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=137> (referer: https://vpauto.eu/vehicle/list?page=136) ['zyte-api']
2026-03-30 09:11:51 [vpauto.fr] INFO: Found 81 ads on page 137
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:51 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:51 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:52 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:52 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:53 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:53 [vpauto.fr] INFO: Requesting listing page 138: https://vpauto.eu/vehicle/list?page=138
2026-03-30 09:11:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=138> (referer: https://vpauto.eu/vehicle/list?page=137) ['zyte-api']
2026-03-30 09:11:54 [vpauto.fr] INFO: Found 81 ads on page 138
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:55 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:55 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:56 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:11:56 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:11:57 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:11:57 [vpauto.fr] INFO: Requesting listing page 139: https://vpauto.eu/vehicle/list?page=139
2026-03-30 09:11:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=139> (referer: https://vpauto.eu/vehicle/list?page=138) ['zyte-api']
2026-03-30 09:11:58 [vpauto.fr] INFO: Found 81 ads on page 139
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:11:58 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:11:58 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:11:59 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:11:59 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:00 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:00 [vpauto.fr] INFO: Requesting listing page 140: https://vpauto.eu/vehicle/list?page=140
2026-03-30 09:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=140> (referer: https://vpauto.eu/vehicle/list?page=139) ['zyte-api']
2026-03-30 09:12:01 [vpauto.fr] INFO: Found 81 ads on page 140
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:01 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:01 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:02 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:02 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:03 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:03 [vpauto.fr] INFO: Requesting listing page 141: https://vpauto.eu/vehicle/list?page=141
2026-03-30 09:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:05 [scrapy.extensions.logstats] INFO: Crawled 320 pages (at 15 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:12:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=141> (referer: https://vpauto.eu/vehicle/list?page=140) ['zyte-api']
2026-03-30 09:12:05 [vpauto.fr] INFO: Found 81 ads on page 141
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:05 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:05 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:05 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:05 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:05 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:05 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:06 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:06 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:07 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:07 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:08 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:08 [vpauto.fr] INFO: Requesting listing page 142: https://vpauto.eu/vehicle/list?page=142
2026-03-30 09:12:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=142> (referer: https://vpauto.eu/vehicle/list?page=141) ['zyte-api']
2026-03-30 09:12:10 [vpauto.fr] INFO: Found 81 ads on page 142
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:12 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:12 [vpauto.fr] INFO: Requesting listing page 143: https://vpauto.eu/vehicle/list?page=143
2026-03-30 09:12:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=143> (referer: https://vpauto.eu/vehicle/list?page=142) ['zyte-api']
2026-03-30 09:12:17 [vpauto.fr] INFO: Found 81 ads on page 143
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:19 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:19 [vpauto.fr] INFO: Requesting listing page 144: https://vpauto.eu/vehicle/list?page=144
2026-03-30 09:12:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=144> (referer: https://vpauto.eu/vehicle/list?page=143) ['zyte-api']
2026-03-30 09:12:21 [vpauto.fr] INFO: Found 81 ads on page 144
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:23 [vpauto.fr] INFO: Requesting listing page 145: https://vpauto.eu/vehicle/list?page=145
2026-03-30 09:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=145> (referer: https://vpauto.eu/vehicle/list?page=144) ['zyte-api']
2026-03-30 09:12:25 [vpauto.fr] INFO: Found 81 ads on page 145
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:25 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:25 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:26 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:26 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:27 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:27 [vpauto.fr] INFO: Requesting listing page 146: https://vpauto.eu/vehicle/list?page=146
2026-03-30 09:12:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=146> (referer: https://vpauto.eu/vehicle/list?page=145) ['zyte-api']
2026-03-30 09:12:28 [vpauto.fr] INFO: Found 81 ads on page 146
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:28 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:28 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:29 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:29 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:30 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:30 [vpauto.fr] INFO: Requesting listing page 147: https://vpauto.eu/vehicle/list?page=147
2026-03-30 09:12:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=147> (referer: https://vpauto.eu/vehicle/list?page=146) ['zyte-api']
2026-03-30 09:12:32 [vpauto.fr] INFO: Found 81 ads on page 147
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:32 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:32 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:33 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:33 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:34 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:34 [vpauto.fr] INFO: Requesting listing page 148: https://vpauto.eu/vehicle/list?page=148
2026-03-30 09:12:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=148> (referer: https://vpauto.eu/vehicle/list?page=147) ['zyte-api']
2026-03-30 09:12:36 [vpauto.fr] INFO: Found 81 ads on page 148
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:36 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:36 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:37 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:37 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:38 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:38 [vpauto.fr] INFO: Requesting listing page 149: https://vpauto.eu/vehicle/list?page=149
2026-03-30 09:12:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=149> (referer: https://vpauto.eu/vehicle/list?page=148) ['zyte-api']
2026-03-30 09:12:39 [vpauto.fr] INFO: Found 81 ads on page 149
2026-03-30 09:12:39 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:40 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:40 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:41 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:41 [vpauto.fr] INFO: Requesting listing page 150: https://vpauto.eu/vehicle/list?page=150
2026-03-30 09:12:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=150> (referer: https://vpauto.eu/vehicle/list?page=149) ['zyte-api']
2026-03-30 09:12:43 [vpauto.fr] INFO: Found 81 ads on page 150
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:43 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:43 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:44 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:44 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:45 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:45 [vpauto.fr] INFO: Requesting listing page 151: https://vpauto.eu/vehicle/list?page=151
2026-03-30 09:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=151> (referer: https://vpauto.eu/vehicle/list?page=150) ['zyte-api']
2026-03-30 09:12:47 [vpauto.fr] INFO: Found 81 ads on page 151
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:47 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:47 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:48 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:48 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:49 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:49 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:49 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:49 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:49 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:49 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:49 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:49 [vpauto.fr] INFO: Requesting listing page 152: https://vpauto.eu/vehicle/list?page=152
2026-03-30 09:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=152> (referer: https://vpauto.eu/vehicle/list?page=151) ['zyte-api']
2026-03-30 09:12:53 [vpauto.fr] INFO: Found 81 ads on page 152
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:53 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:53 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:55 [vpauto.fr] INFO: Requesting listing page 153: https://vpauto.eu/vehicle/list?page=153
2026-03-30 09:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:12:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=153> (referer: https://vpauto.eu/vehicle/list?page=152) ['zyte-api']
2026-03-30 09:12:57 [vpauto.fr] INFO: Found 81 ads on page 153
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:12:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:12:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:12:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:12:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:12:59 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:12:59 [vpauto.fr] INFO: Requesting listing page 154: https://vpauto.eu/vehicle/list?page=154
2026-03-30 09:12:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=154> (referer: https://vpauto.eu/vehicle/list?page=153) ['zyte-api']
2026-03-30 09:13:00 [vpauto.fr] INFO: Found 81 ads on page 154
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:00 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:00 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:02 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:02 [vpauto.fr] INFO: Requesting listing page 155: https://vpauto.eu/vehicle/list?page=155
2026-03-30 09:13:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=155> (referer: https://vpauto.eu/vehicle/list?page=154) ['zyte-api']
2026-03-30 09:13:04 [vpauto.fr] INFO: Found 81 ads on page 155
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:04 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:04 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:05 [scrapy.extensions.logstats] INFO: Crawled 335 pages (at 15 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:13:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:05 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:05 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:06 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:06 [vpauto.fr] INFO: Requesting listing page 156: https://vpauto.eu/vehicle/list?page=156
2026-03-30 09:13:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=156> (referer: https://vpauto.eu/vehicle/list?page=155) ['zyte-api']
2026-03-30 09:13:08 [vpauto.fr] INFO: Found 81 ads on page 156
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:08 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:08 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:09 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:09 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:10 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:10 [vpauto.fr] INFO: Requesting listing page 157: https://vpauto.eu/vehicle/list?page=157
2026-03-30 09:13:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=157> (referer: https://vpauto.eu/vehicle/list?page=156) ['zyte-api']
2026-03-30 09:13:12 [vpauto.fr] INFO: Found 81 ads on page 157
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:12 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:12 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:13 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:13 [vpauto.fr] INFO: Requesting listing page 158: https://vpauto.eu/vehicle/list?page=158
2026-03-30 09:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=158> (referer: https://vpauto.eu/vehicle/list?page=157) ['zyte-api']
2026-03-30 09:13:15 [vpauto.fr] INFO: Found 81 ads on page 158
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:15 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:15 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:16 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:16 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:17 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:17 [vpauto.fr] INFO: Requesting listing page 159: https://vpauto.eu/vehicle/list?page=159
2026-03-30 09:13:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=159> (referer: https://vpauto.eu/vehicle/list?page=158) ['zyte-api']
2026-03-30 09:13:26 [vpauto.fr] INFO: Found 81 ads on page 159
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:26 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:26 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:27 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:27 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:28 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:28 [vpauto.fr] INFO: Requesting listing page 160: https://vpauto.eu/vehicle/list?page=160
2026-03-30 09:13:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=160> (referer: https://vpauto.eu/vehicle/list?page=159) ['zyte-api']
2026-03-30 09:13:30 [vpauto.fr] INFO: Found 81 ads on page 160
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:30 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:30 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:32 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:32 [vpauto.fr] INFO: Requesting listing page 161: https://vpauto.eu/vehicle/list?page=161
2026-03-30 09:13:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=161> (referer: https://vpauto.eu/vehicle/list?page=160) ['zyte-api']
2026-03-30 09:13:34 [vpauto.fr] INFO: Found 81 ads on page 161
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:34 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:34 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:35 [vpauto.fr] INFO: Requesting listing page 162: https://vpauto.eu/vehicle/list?page=162
2026-03-30 09:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=162> (referer: https://vpauto.eu/vehicle/list?page=161) ['zyte-api']
2026-03-30 09:13:37 [vpauto.fr] INFO: Found 81 ads on page 162
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:37 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:37 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:38 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:38 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:39 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:39 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:40 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:40 [vpauto.fr] INFO: Requesting listing page 163: https://vpauto.eu/vehicle/list?page=163
2026-03-30 09:13:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=163> (referer: https://vpauto.eu/vehicle/list?page=162) ['zyte-api']
2026-03-30 09:13:41 [vpauto.fr] INFO: Found 81 ads on page 163
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:41 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:41 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:42 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:42 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:43 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:43 [vpauto.fr] INFO: Requesting listing page 164: https://vpauto.eu/vehicle/list?page=164
2026-03-30 09:13:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=164> (referer: https://vpauto.eu/vehicle/list?page=163) ['zyte-api']
2026-03-30 09:13:45 [vpauto.fr] INFO: Found 81 ads on page 164
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:45 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:45 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:46 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:46 [vpauto.fr] INFO: Requesting listing page 165: https://vpauto.eu/vehicle/list?page=165
2026-03-30 09:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=165> (referer: https://vpauto.eu/vehicle/list?page=164) ['zyte-api']
2026-03-30 09:13:48 [vpauto.fr] INFO: Found 81 ads on page 165
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:48 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:48 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:49 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:49 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:51 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:51 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:51 [vpauto.fr] INFO: Requesting listing page 166: https://vpauto.eu/vehicle/list?page=166
2026-03-30 09:13:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=166> (referer: https://vpauto.eu/vehicle/list?page=165) ['zyte-api']
2026-03-30 09:13:52 [vpauto.fr] INFO: Found 81 ads on page 166
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:52 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:52 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:53 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:53 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:54 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:54 [vpauto.fr] INFO: Requesting listing page 167: https://vpauto.eu/vehicle/list?page=167
2026-03-30 09:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=167> (referer: https://vpauto.eu/vehicle/list?page=166) ['zyte-api']
2026-03-30 09:13:55 [vpauto.fr] INFO: Found 81 ads on page 167
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:55 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:55 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:13:56 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:13:56 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:13:57 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:13:57 [vpauto.fr] INFO: Requesting listing page 168: https://vpauto.eu/vehicle/list?page=168
2026-03-30 09:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=168> (referer: https://vpauto.eu/vehicle/list?page=167) ['zyte-api']
2026-03-30 09:13:58 [vpauto.fr] INFO: Found 81 ads on page 168
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:58 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:13:58 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:13:58 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:13:58 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:58 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:13:58 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:13:59 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:13:59 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:00 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:00 [vpauto.fr] INFO: Requesting listing page 169: https://vpauto.eu/vehicle/list?page=169
2026-03-30 09:14:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=169> (referer: https://vpauto.eu/vehicle/list?page=168) ['zyte-api']
2026-03-30 09:14:02 [vpauto.fr] INFO: Found 81 ads on page 169
2026-03-30 09:14:02 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:02 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:02 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:02 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:02 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:02 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:02 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:02 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:02 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:03 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:03 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:04 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:04 [vpauto.fr] INFO: Requesting listing page 170: https://vpauto.eu/vehicle/list?page=170
2026-03-30 09:14:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:05 [scrapy.extensions.logstats] INFO: Crawled 349 pages (at 14 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:14:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=170> (referer: https://vpauto.eu/vehicle/list?page=169) ['zyte-api']
2026-03-30 09:14:06 [vpauto.fr] INFO: Found 81 ads on page 170
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:06 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:06 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:07 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:07 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:08 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:08 [vpauto.fr] INFO: Requesting listing page 171: https://vpauto.eu/vehicle/list?page=171
2026-03-30 09:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=171> (referer: https://vpauto.eu/vehicle/list?page=170) ['zyte-api']
2026-03-30 09:14:10 [vpauto.fr] INFO: Found 81 ads on page 171
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:11 [vpauto.fr] INFO: Requesting listing page 172: https://vpauto.eu/vehicle/list?page=172
2026-03-30 09:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=172> (referer: https://vpauto.eu/vehicle/list?page=171) ['zyte-api']
2026-03-30 09:14:13 [vpauto.fr] INFO: Found 81 ads on page 172
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:13 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:13 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:14 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:14 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:15 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:15 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:16 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:16 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:16 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:16 [vpauto.fr] INFO: Requesting listing page 173: https://vpauto.eu/vehicle/list?page=173
2026-03-30 09:14:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=173> (referer: https://vpauto.eu/vehicle/list?page=172) ['zyte-api']
2026-03-30 09:14:17 [vpauto.fr] INFO: Found 81 ads on page 173
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:18 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:18 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:19 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:19 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:20 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:20 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:20 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:20 [vpauto.fr] INFO: Requesting listing page 174: https://vpauto.eu/vehicle/list?page=174
2026-03-30 09:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=174> (referer: https://vpauto.eu/vehicle/list?page=173) ['zyte-api']
2026-03-30 09:14:21 [vpauto.fr] INFO: Found 81 ads on page 174
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:22 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:22 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:23 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:23 [vpauto.fr] INFO: Requesting listing page 175: https://vpauto.eu/vehicle/list?page=175
2026-03-30 09:14:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=175> (referer: https://vpauto.eu/vehicle/list?page=174) ['zyte-api']
2026-03-30 09:14:24 [vpauto.fr] INFO: Found 81 ads on page 175
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:24 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:24 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:25 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:25 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:26 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:26 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:27 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:27 [vpauto.fr] INFO: Requesting listing page 176: https://vpauto.eu/vehicle/list?page=176
2026-03-30 09:14:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=176> (referer: https://vpauto.eu/vehicle/list?page=175) ['zyte-api']
2026-03-30 09:14:29 [vpauto.fr] INFO: Found 81 ads on page 176
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:29 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:29 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:30 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:30 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:31 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:31 [vpauto.fr] INFO: Requesting listing page 177: https://vpauto.eu/vehicle/list?page=177
2026-03-30 09:14:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=177> (referer: https://vpauto.eu/vehicle/list?page=176) ['zyte-api']
2026-03-30 09:14:33 [vpauto.fr] INFO: Found 81 ads on page 177
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:33 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:33 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:34 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:34 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:35 [vpauto.fr] INFO: Requesting listing page 178: https://vpauto.eu/vehicle/list?page=178
2026-03-30 09:14:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=178> (referer: https://vpauto.eu/vehicle/list?page=177) ['zyte-api']
2026-03-30 09:14:36 [vpauto.fr] INFO: Found 81 ads on page 178
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:36 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:36 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:37 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:37 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:38 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:38 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:39 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:39 [vpauto.fr] INFO: Requesting listing page 179: https://vpauto.eu/vehicle/list?page=179
2026-03-30 09:14:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=179> (referer: https://vpauto.eu/vehicle/list?page=178) ['zyte-api']
2026-03-30 09:14:41 [vpauto.fr] INFO: Found 81 ads on page 179
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:41 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:41 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:42 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:42 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:43 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:43 [vpauto.fr] INFO: Requesting listing page 180: https://vpauto.eu/vehicle/list?page=180
2026-03-30 09:14:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=180> (referer: https://vpauto.eu/vehicle/list?page=179) ['zyte-api']
2026-03-30 09:14:44 [vpauto.fr] INFO: Found 81 ads on page 180
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:44 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:44 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:45 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:45 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:46 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:46 [vpauto.fr] INFO: Requesting listing page 181: https://vpauto.eu/vehicle/list?page=181
2026-03-30 09:14:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:14:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=181> (referer: https://vpauto.eu/vehicle/list?page=180) ['zyte-api']
2026-03-30 09:14:48 [vpauto.fr] INFO: Found 81 ads on page 181
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:14:48 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:14:48 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:14:49 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:14:49 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:14:50 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:14:50 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:14:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:14:51 [vpauto.fr] INFO: Requesting listing page 182: https://vpauto.eu/vehicle/list?page=182
2026-03-30 09:14:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:05 [scrapy.extensions.logstats] INFO: Crawled 361 pages (at 12 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:15:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=182> (referer: https://vpauto.eu/vehicle/list?page=181) ['zyte-api']
2026-03-30 09:15:08 [vpauto.fr] INFO: Found 81 ads on page 182
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:08 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:08 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:09 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:09 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:10 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:10 [vpauto.fr] INFO: Requesting listing page 183: https://vpauto.eu/vehicle/list?page=183
2026-03-30 09:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=183> (referer: https://vpauto.eu/vehicle/list?page=182) ['zyte-api']
2026-03-30 09:15:11 [vpauto.fr] INFO: Found 81 ads on page 183
2026-03-30 09:15:11 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:11 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:11 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:11 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:11 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:11 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:11 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:11 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:11 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:12 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:12 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:13 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:13 [vpauto.fr] INFO: Requesting listing page 184: https://vpauto.eu/vehicle/list?page=184
2026-03-30 09:15:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=184> (referer: https://vpauto.eu/vehicle/list?page=183) ['zyte-api']
2026-03-30 09:15:15 [vpauto.fr] INFO: Found 81 ads on page 184
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:15 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:15 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:16 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:16 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:17 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:17 [vpauto.fr] INFO: Requesting listing page 185: https://vpauto.eu/vehicle/list?page=185
2026-03-30 09:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=185> (referer: https://vpauto.eu/vehicle/list?page=184) ['zyte-api']
2026-03-30 09:15:19 [vpauto.fr] INFO: Found 81 ads on page 185
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:19 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:19 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:20 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:20 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:21 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:21 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:21 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:21 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:21 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:21 [vpauto.fr] INFO: Requesting listing page 186: https://vpauto.eu/vehicle/list?page=186
2026-03-30 09:15:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=186> (referer: https://vpauto.eu/vehicle/list?page=185) ['zyte-api']
2026-03-30 09:15:22 [vpauto.fr] INFO: Found 81 ads on page 186
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:22 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:22 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:23 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:23 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:24 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:24 [vpauto.fr] INFO: Requesting listing page 187: https://vpauto.eu/vehicle/list?page=187
2026-03-30 09:15:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=187> (referer: https://vpauto.eu/vehicle/list?page=186) ['zyte-api']
2026-03-30 09:15:26 [vpauto.fr] INFO: Found 81 ads on page 187
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:26 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:26 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:27 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:27 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:28 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:28 [vpauto.fr] INFO: Requesting listing page 188: https://vpauto.eu/vehicle/list?page=188
2026-03-30 09:15:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=188> (referer: https://vpauto.eu/vehicle/list?page=187) ['zyte-api']
2026-03-30 09:15:30 [vpauto.fr] INFO: Found 81 ads on page 188
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:30 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:30 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:31 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:31 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:32 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:32 [vpauto.fr] INFO: Requesting listing page 189: https://vpauto.eu/vehicle/list?page=189
2026-03-30 09:15:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=189> (referer: https://vpauto.eu/vehicle/list?page=188) ['zyte-api']
2026-03-30 09:15:34 [vpauto.fr] INFO: Found 81 ads on page 189
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:34 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:34 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:35 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:35 [vpauto.fr] INFO: Requesting listing page 190: https://vpauto.eu/vehicle/list?page=190
2026-03-30 09:15:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=190> (referer: https://vpauto.eu/vehicle/list?page=189) ['zyte-api']
2026-03-30 09:15:37 [vpauto.fr] INFO: Found 81 ads on page 190
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:37 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:37 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:38 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:38 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:39 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:39 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:40 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:40 [vpauto.fr] INFO: Requesting listing page 191: https://vpauto.eu/vehicle/list?page=191
2026-03-30 09:15:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=191> (referer: https://vpauto.eu/vehicle/list?page=190) ['zyte-api']
2026-03-30 09:15:50 [vpauto.fr] INFO: Found 81 ads on page 191
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:50 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:50 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:51 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:51 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:52 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:52 [vpauto.fr] INFO: Requesting listing page 192: https://vpauto.eu/vehicle/list?page=192
2026-03-30 09:15:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=192> (referer: https://vpauto.eu/vehicle/list?page=191) ['zyte-api']
2026-03-30 09:15:54 [vpauto.fr] INFO: Found 81 ads on page 192
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:54 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:54 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:15:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:15:55 [vpauto.fr] INFO: Requesting listing page 193: https://vpauto.eu/vehicle/list?page=193
2026-03-30 09:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=193> (referer: https://vpauto.eu/vehicle/list?page=192) ['zyte-api']
2026-03-30 09:15:57 [vpauto.fr] INFO: Found 81 ads on page 193
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:15:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:15:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:15:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:15:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:15:59 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:15:59 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:00 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:00 [vpauto.fr] INFO: Requesting listing page 194: https://vpauto.eu/vehicle/list?page=194
2026-03-30 09:16:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:05 [scrapy.extensions.logstats] INFO: Crawled 373 pages (at 12 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:16:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=194> (referer: https://vpauto.eu/vehicle/list?page=193) ['zyte-api']
2026-03-30 09:16:31 [vpauto.fr] INFO: Found 81 ads on page 194
2026-03-30 09:16:31 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:31 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:31 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:32 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:32 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:33 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:33 [vpauto.fr] INFO: Requesting listing page 195: https://vpauto.eu/vehicle/list?page=195
2026-03-30 09:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=195> (referer: https://vpauto.eu/vehicle/list?page=194) ['zyte-api']
2026-03-30 09:16:35 [vpauto.fr] INFO: Found 81 ads on page 195
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:35 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:35 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:36 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:36 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:37 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:37 [vpauto.fr] INFO: Requesting listing page 196: https://vpauto.eu/vehicle/list?page=196
2026-03-30 09:16:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=196> (referer: https://vpauto.eu/vehicle/list?page=195) ['zyte-api']
2026-03-30 09:16:38 [vpauto.fr] INFO: Found 81 ads on page 196
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:38 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:38 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:39 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:39 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:40 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:40 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:41 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:41 [vpauto.fr] INFO: Requesting listing page 197: https://vpauto.eu/vehicle/list?page=197
2026-03-30 09:16:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=197> (referer: https://vpauto.eu/vehicle/list?page=196) ['zyte-api']
2026-03-30 09:16:42 [vpauto.fr] INFO: Found 81 ads on page 197
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:42 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:42 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:43 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:43 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:44 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:44 [vpauto.fr] INFO: Requesting listing page 198: https://vpauto.eu/vehicle/list?page=198
2026-03-30 09:16:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=198> (referer: https://vpauto.eu/vehicle/list?page=197) ['zyte-api']
2026-03-30 09:16:46 [vpauto.fr] INFO: Found 81 ads on page 198
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:46 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:46 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:47 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:47 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:48 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:48 [vpauto.fr] INFO: Requesting listing page 199: https://vpauto.eu/vehicle/list?page=199
2026-03-30 09:16:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=199> (referer: https://vpauto.eu/vehicle/list?page=198) ['zyte-api']
2026-03-30 09:16:49 [vpauto.fr] INFO: Found 81 ads on page 199
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:49 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:49 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:50 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:50 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:51 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:51 [vpauto.fr] INFO: Requesting listing page 200: https://vpauto.eu/vehicle/list?page=200
2026-03-30 09:16:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=200> (referer: https://vpauto.eu/vehicle/list?page=199) ['zyte-api']
2026-03-30 09:16:53 [vpauto.fr] INFO: Found 81 ads on page 200
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:53 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:53 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:54 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:54 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:55 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:55 [vpauto.fr] INFO: Requesting listing page 201: https://vpauto.eu/vehicle/list?page=201
2026-03-30 09:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=201> (referer: https://vpauto.eu/vehicle/list?page=200) ['zyte-api']
2026-03-30 09:16:57 [vpauto.fr] INFO: Found 81 ads on page 201
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:57 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:16:57 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:58 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:16:58 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:16:59 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:16:59 [vpauto.fr] INFO: Requesting listing page 202: https://vpauto.eu/vehicle/list?page=202
2026-03-30 09:16:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=202> (referer: https://vpauto.eu/vehicle/list?page=201) ['zyte-api']
2026-03-30 09:17:00 [vpauto.fr] INFO: Found 81 ads on page 202
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:00 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:00 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:01 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:01 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:02 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:02 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:03 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:03 [vpauto.fr] INFO: Requesting listing page 203: https://vpauto.eu/vehicle/list?page=203
2026-03-30 09:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=203> (referer: https://vpauto.eu/vehicle/list?page=202) ['zyte-api']
2026-03-30 09:17:05 [vpauto.fr] INFO: Found 81 ads on page 203
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:05 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:05 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:06 [scrapy.extensions.logstats] INFO: Crawled 383 pages (at 10 pages/min), scraped 104 items (at 0 items/min)
2026-03-30 09:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:06 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:06 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:07 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:07 [vpauto.fr] INFO: Requesting listing page 204: https://vpauto.eu/vehicle/list?page=204
2026-03-30 09:17:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=204> (referer: https://vpauto.eu/vehicle/list?page=203) ['zyte-api']
2026-03-30 09:17:09 [vpauto.fr] INFO: Found 81 ads on page 204
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:09 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:09 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:10 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:10 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:11 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:11 [vpauto.fr] INFO: Requesting listing page 205: https://vpauto.eu/vehicle/list?page=205
2026-03-30 09:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=205> (referer: https://vpauto.eu/vehicle/list?page=204) ['zyte-api']
2026-03-30 09:17:13 [vpauto.fr] INFO: Found 81 ads on page 205
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:13 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:13 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:14 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:14 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:15 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:15 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:16 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:16 [vpauto.fr] INFO: Requesting listing page 206: https://vpauto.eu/vehicle/list?page=206
2026-03-30 09:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=206> (referer: https://vpauto.eu/vehicle/list?page=205) ['zyte-api']
2026-03-30 09:17:17 [vpauto.fr] INFO: Found 81 ads on page 206
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:17 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:17 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:18 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:18 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:19 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:19 [vpauto.fr] INFO: Requesting listing page 207: https://vpauto.eu/vehicle/list?page=207
2026-03-30 09:17:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=207> (referer: https://vpauto.eu/vehicle/list?page=206) ['zyte-api']
2026-03-30 09:17:20 [vpauto.fr] INFO: Found 81 ads on page 207
2026-03-30 09:17:20 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:20 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:20 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:21 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:21 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:22 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:22 [vpauto.fr] INFO: Requesting listing page 208: https://vpauto.eu/vehicle/list?page=208
2026-03-30 09:17:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=208> (referer: https://vpauto.eu/vehicle/list?page=207) ['zyte-api']
2026-03-30 09:17:24 [vpauto.fr] INFO: Found 81 ads on page 208
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:24 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:24 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:25 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:25 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:26 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:26 [vpauto.fr] INFO: Requesting listing page 209: https://vpauto.eu/vehicle/list?page=209
2026-03-30 09:17:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=209> (referer: https://vpauto.eu/vehicle/list?page=208) ['zyte-api']
2026-03-30 09:17:28 [vpauto.fr] INFO: Found 81 ads on page 209
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:28 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:28 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:29 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:29 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:30 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:30 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:30 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:30 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:30 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:30 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:30 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:30 [vpauto.fr] INFO: Requesting listing page 210: https://vpauto.eu/vehicle/list?page=210
2026-03-30 09:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=210> (referer: https://vpauto.eu/vehicle/list?page=209) ['zyte-api']
2026-03-30 09:17:31 [vpauto.fr] INFO: Found 81 ads on page 210
2026-03-30 09:17:31 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:31 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:31 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:32 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:32 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:33 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:33 [vpauto.fr] INFO: Requesting listing page 211: https://vpauto.eu/vehicle/list?page=211
2026-03-30 09:17:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=211> (referer: https://vpauto.eu/vehicle/list?page=210) ['zyte-api']
2026-03-30 09:17:35 [vpauto.fr] INFO: Found 81 ads on page 211
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:35 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:35 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:36 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:36 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:37 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:37 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:37 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:37 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:37 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:37 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:37 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:37 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:37 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:37 [vpauto.fr] INFO: Requesting listing page 212: https://vpauto.eu/vehicle/list?page=212
2026-03-30 09:17:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=212> (referer: https://vpauto.eu/vehicle/list?page=211) ['zyte-api']
2026-03-30 09:17:39 [vpauto.fr] INFO: Found 81 ads on page 212
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:39 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:39 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:40 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:40 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:41 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:41 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:41 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:41 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:41 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:41 [vpauto.fr] INFO: Requesting listing page 213: https://vpauto.eu/vehicle/list?page=213
2026-03-30 09:17:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=213> (referer: https://vpauto.eu/vehicle/list?page=212) ['zyte-api']
2026-03-30 09:17:42 [vpauto.fr] INFO: Found 81 ads on page 213
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:42 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:42 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ad8d635336%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for ad8d635336: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: b69976b036
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b69976b036%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for b69976b036: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: dc80df84bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27dc80df84bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for dc80df84bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 38b742b8bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2738b742b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 38b742b8bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 61840929aa
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2761840929aa%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 61840929aa: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 697f746be5
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27697f746be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 697f746be5: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: ba117d60bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba117d60bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for ba117d60bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: a12bfcea36
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a12bfcea36%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for a12bfcea36: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 5cf92eeabf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cf92eeabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 5cf92eeabf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 81b1dc4994
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2781b1dc4994%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 81b1dc4994: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: af3b06ff36
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27af3b06ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for af3b06ff36: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: e3e3f47b36
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e3e3f47b36%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for e3e3f47b36: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 955b8d45a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27955b8d45a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 955b8d45a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 6334e9e65a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276334e9e65a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 6334e9e65a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 4ddb630d5a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274ddb630d5a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 4ddb630d5a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: a011ff4e5
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27a011ff4e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for a011ff4e5: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 5b8c814836
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275b8c814836%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 5b8c814836: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: c5c07e415a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5c07e415a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for c5c07e415a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: e9c4195dbf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e9c4195dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for e9c4195dbf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: e25ee4753a
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e25ee4753a%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for e25ee4753a: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: 49e4ef06bf
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2749e4ef06bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:43 [vpauto.fr] INFO: Scrape type for 49e4ef06bf: 0
2026-03-30 09:17:43 [vpauto.fr] INFO: Found listing with ID: c684d04436
2026-03-30 09:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c684d04436%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for c684d04436: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 241d789436
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27241d789436%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 241d789436: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 33708d00bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2733708d00bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 33708d00bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: b2d859d13a
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 5cb679ddbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%275cb679ddbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 5cb679ddbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: ba7f16e5e5
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ba7f16e5e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for ba7f16e5e5: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 95b067c736
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2795b067c736%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 95b067c736: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: c3664271bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c3664271bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for c3664271bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 526c8972bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27526c8972bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 526c8972bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 79f7e0af36
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779f7e0af36%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 79f7e0af36: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 115d408f3a
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27115d408f3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 115d408f3a: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 7750b11e5
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277750b11e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 7750b11e5: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: cbc47bbbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cbc47bbbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for cbc47bbbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 7d08db4bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277d08db4bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 7d08db4bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 454abd0cbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27454abd0cbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 454abd0cbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: d666f9ff36
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d666f9ff36%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for d666f9ff36: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: e04bf84fbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27e04bf84fbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for e04bf84fbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: cf986a83bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27cf986a83bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for cf986a83bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 8a65b23294
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278a65b23294%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 8a65b23294: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 8e5ed4cfbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278e5ed4cfbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 8e5ed4cfbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: aeffb1636
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27aeffb1636%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for aeffb1636: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: f9890b33bf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f9890b33bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for f9890b33bf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 3b611cc036
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273b611cc036%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 3b611cc036: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: c583317bbf
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c583317bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for c583317bbf: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Found listing with ID: 284764ec94
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27284764ec94%27 HTTP/1.1" 200 None
2026-03-30 09:17:44 [vpauto.fr] INFO: Scrape type for 284764ec94: 0
2026-03-30 09:17:44 [vpauto.fr] INFO: Requesting listing page 214: https://vpauto.eu/vehicle/list?page=214
2026-03-30 09:17:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://vpauto.eu/vehicle/list?page=214> (referer: https://vpauto.eu/vehicle/list?page=213) ['zyte-api']
2026-03-30 09:17:56 [vpauto.fr] INFO: Found 81 ads on page 214
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 427599a0e5
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27427599a0e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 427599a0e5: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 7f056cce36
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277f056cce36%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 7f056cce36: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 167bb37f36
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27167bb37f36%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 167bb37f36: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 17f1637fe5
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2717f1637fe5%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 17f1637fe5: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 1a8e1325bf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%271a8e1325bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 1a8e1325bf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 4aaf8fbc94
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%274aaf8fbc94%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 4aaf8fbc94: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 6bba292e3a
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276bba292e3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 6bba292e3a: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 8f3508e5
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f3508e5%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 8f3508e5: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: b486e66e36
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b486e66e36%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for b486e66e36: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: b95a84379e
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b95a84379e%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for b95a84379e: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: d6dffc3be5
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27d6dffc3be5%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for d6dffc3be5: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: ee86c52194
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27ee86c52194%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for ee86c52194: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: b5670a7dbf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27b5670a7dbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for b5670a7dbf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: c2378b5236
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c2378b5236%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for c2378b5236: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 7aae7fad36
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%277aae7fad36%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 7aae7fad36: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 3a68f77bbf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%273a68f77bbf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 3a68f77bbf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 79ac0d42bf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779ac0d42bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 79ac0d42bf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 675b493d3a
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27675b493d3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 675b493d3a: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 47edc8c33a
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2747edc8c33a%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 47edc8c33a: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 2249bd8294
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%272249bd8294%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 2249bd8294: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 9852f3113a
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%279852f3113a%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 9852f3113a: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: c905b6b8bf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c905b6b8bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for c905b6b8bf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: db1806c136
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27db1806c136%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for db1806c136: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: fe0b992736
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27fe0b992736%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for fe0b992736: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 23f0618936
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2723f0618936%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 23f0618936: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 6e1d3fc536
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%276e1d3fc536%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 6e1d3fc536: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 39394521bf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2739394521bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 39394521bf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 74acaaf0bf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2774acaaf0bf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 74acaaf0bf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 8c46970b94
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278c46970b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for 8c46970b94: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: c9e1b4dabf
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c9e1b4dabf%27 HTTP/1.1" 200 None
2026-03-30 09:17:56 [vpauto.fr] INFO: Scrape type for c9e1b4dabf: 0
2026-03-30 09:17:56 [vpauto.fr] INFO: Found listing with ID: 8f1d2c636
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%278f1d2c636%27 HTTP/1.1" 200 None
2026-03-30 09:17:57 [vpauto.fr] INFO: Scrape type for 8f1d2c636: 0
2026-03-30 09:17:57 [vpauto.fr] INFO: Found listing with ID: c5b720395a
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27c5b720395a%27 HTTP/1.1" 200 None
2026-03-30 09:17:57 [vpauto.fr] INFO: Scrape type for c5b720395a: 0
2026-03-30 09:17:57 [vpauto.fr] INFO: Found listing with ID: 89f40eb936
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2789f40eb936%27 HTTP/1.1" 200 None
2026-03-30 09:17:57 [vpauto.fr] INFO: Scrape type for 89f40eb936: 0
2026-03-30 09:17:57 [vpauto.fr] INFO: Found listing with ID: f2e0416c3a
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%27f2e0416c3a%27 HTTP/1.1" 200 None
2026-03-30 09:17:57 [vpauto.fr] INFO: Scrape type for f2e0416c3a: 0
2026-03-30 09:17:57 [vpauto.fr] INFO: Found listing with ID: 79cc261b94
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27vpauto.fr%27%20and%20RowKey%20eq%20%2779cc261b94%27 HTTP/1.1" 200 None
2026-03-30 09:17:57 [vpauto.fr] INFO: Scrape type for 79cc261b94: 0
2026-03-30 09:17:57 [vpauto.fr] INFO: Found listing with ID: ad8d635336
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "